From 9e20bb59fb7aba1d4419a9d58dae5d319e68be21 Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Fri, 20 Aug 2004 04:21:49 +0000 Subject: r1942: Add missing semicolon. (This used to be commit a0b80033c997d50562f66686e79a58fc9603217d) --- source3/nsswitch/pam_winbind.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit