summaryrefslogtreecommitdiffstats
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
commita0b80033c997d50562f66686e79a58fc9603217d (patch)
tree354f465a2d18ddb348b40e601dccd2f13400bd86
parent8b80b46b8b76ead72c17dc65f2de4c0cc0b263c7 (diff)
downloadsamba-a0b80033c997d50562f66686e79a58fc9603217d.tar.gz
samba-a0b80033c997d50562f66686e79a58fc9603217d.tar.xz
samba-a0b80033c997d50562f66686e79a58fc9603217d.zip
r1942: Add missing semicolon.
-rw-r--r--source/nsswitch/pam_winbind.c2
1 files changed, 1 insertions, 1 deletions
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);