diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/cifs.upcall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/cifs.upcall.c b/client/cifs.upcall.c index bf6a861544..97c6ae022d 100644 --- a/client/cifs.upcall.c +++ b/client/cifs.upcall.c @@ -221,7 +221,7 @@ handle_krb5_mech(const char *oid, const char *principal, DATA_BLOB *secblob, /* get a kerberos ticket for the service and extract the session key */ retval = cli_krb5_get_ticket(principal, 0, &tkt, sess_key, 0, ccname, - NULL); + NULL, NULL); if (retval) { syslog(LOG_DEBUG, "%s: failed to obtain service ticket (%d)", |