diff options
author | Günther Deschner <gd@samba.org> | 2008-10-13 17:29:22 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-11-06 13:31:17 +0100 |
commit | 60bf0eb60788a5d4dc5de24997c5efda64f2bd73 (patch) | |
tree | a2143d72bc4dbac43d8476a4b3c0ab0a78af3309 /client | |
parent | 6ca8a40976f86f66713ba9a7b957f97a1c271016 (diff) | |
download | samba-60bf0eb60788a5d4dc5de24997c5efda64f2bd73.tar.gz |
s3-kerberos: modify cli_krb5_get_ticket to take a new impersonate_princ_s arg.
Guenther
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 bf6a861544c..97c6ae022d4 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)", |