summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@1ts.org>2009-04-03 05:30:57 +0000
committerGravatar Karl Ramm <kcr@1ts.org>2009-04-03 05:30:57 +0000
commit6947b2ff308c68a027ee4f95ce63a5e534e6f592 (patch)
tree32691e1e8f9b1ca503c8fc3be1df125975c01815 /lib
parent86194d219b7576c8602a6c800a51fba5ff3c662a (diff)
another phantom null
Diffstat (limited to 'lib')
-rw-r--r--lib/ZMkAuth.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ZMkAuth.c b/lib/ZMkAuth.c
index ee9e7e2..b9a6990 100644
--- a/lib/ZMkAuth.c
+++ b/lib/ZMkAuth.c
@@ -220,7 +220,8 @@ ZGetCredsRealm(krb5_creds **creds_out,
result = krb5_build_principal(Z_krb5_ctx, &creds_in.server,
strlen(realm),
realm,
- SERVER_SERVICE, SERVER_INSTANCE, 0);
+ SERVER_SERVICE, SERVER_INSTANCE,
+ NULL);
if (result) {
krb5_cc_close(Z_krb5_ctx, ccache);
return result;