summaryrefslogtreecommitdiff
path: root/source/nsswitch/winbindd_cred_cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/nsswitch/winbindd_cred_cache.c')
-rw-r--r--source/nsswitch/winbindd_cred_cache.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/source/nsswitch/winbindd_cred_cache.c b/source/nsswitch/winbindd_cred_cache.c
index 2c9572d7f86..368090c3909 100644
--- a/source/nsswitch/winbindd_cred_cache.c
+++ b/source/nsswitch/winbindd_cred_cache.c
@@ -111,8 +111,7 @@ static void krb5_ticket_refresh_handler(struct event_context *event_ctx,
entry->ccname,
False, /* no PAC required anymore */
True,
- WINBINDD_PAM_AUTH_KRB5_RENEW_TIME,
- NULL);
+ WINBINDD_PAM_AUTH_KRB5_RENEW_TIME);
gain_root_privilege();
if (ret) {
@@ -225,8 +224,7 @@ static void krb5_ticket_gain_handler(struct event_context *event_ctx,
entry->ccname,
False, /* no PAC required anymore */
True,
- WINBINDD_PAM_AUTH_KRB5_RENEW_TIME,
- NULL);
+ WINBINDD_PAM_AUTH_KRB5_RENEW_TIME);
gain_root_privilege();
if (ret) {