summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2004-08-20 04:21:49 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:52:24 -0500
commit9e20bb59fb7aba1d4419a9d58dae5d319e68be21 (patch)
treec64045babb77d0a1e18d4f58b53e390e5fad1ef9
parentb4470656298303f477798929d44556f3926bb2aa (diff)
downloadsamba-9e20bb59fb7aba1d4419a9d58dae5d319e68be21.tar.gz
samba-9e20bb59fb7aba1d4419a9d58dae5d319e68be21.tar.bz2
samba-9e20bb59fb7aba1d4419a9d58dae5d319e68be21.zip
r1942: Add missing semicolon.
(This used to be commit a0b80033c997d50562f66686e79a58fc9603217d)
-rw-r--r--source3/nsswitch/pam_winbind.c2
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);