summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb/t_vfy_increds.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/krb5/krb/t_vfy_increds.c')
-rw-r--r--src/lib/krb5/krb/t_vfy_increds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/krb5/krb/t_vfy_increds.c b/src/lib/krb5/krb/t_vfy_increds.c
index 4fb2498f2..e5d68777a 100644
--- a/src/lib/krb5/krb/t_vfy_increds.c
+++ b/src/lib/krb5/krb/t_vfy_increds.c
@@ -51,6 +51,6 @@ main(int argc, char **argv)
assert(krb5_cc_close(context, ccache) == 0);
if (krb5_verify_init_creds(context, &creds, NULL, NULL, NULL, NULL) != 0)
- return 1;
+ return 1;
return 0;
}