diff options
-rw-r--r-- | source3/nsswitch/pam_winbind.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/pam_winbind.c b/source3/nsswitch/pam_winbind.c index c98eb4c139..119a45cbe8 100644 --- a/source3/nsswitch/pam_winbind.c +++ b/source3/nsswitch/pam_winbind.c @@ -217,7 +217,7 @@ static int winbind_auth_request(const char *user, const char *pass, const char * struct winbindd_response response; ZERO_STRUCT(request); - ZERO_STRUCT(response) + ZERO_STRUCT(response); if (ctrl & WINBIND_DEBUG_ARG) _pam_log(LOG_DEBUG, "no sid given, looking up: %s\n", member); |