From: John Terpstra Date: Fri, 20 Aug 2004 04:21:49 +0000 (+0000) Subject: r1942: Add missing semicolon. X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~5900 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a0b80033c997d50562f66686e79a58fc9603217d;p=thirdparty%2Fsamba.git r1942: Add missing semicolon. --- diff --git a/source/nsswitch/pam_winbind.c b/source/nsswitch/pam_winbind.c index c98eb4c1391..119a45cbe8e 100644 --- a/source/nsswitch/pam_winbind.c +++ b/source/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);