svn commit: samba r1942 - branches/SAMBA_3_0/source/nsswitch

jht at samba.org jht at samba.org
Fri Aug 20 04:21:50 GMT 2004


Author: jht
Date: 2004-08-20 04:21:49 +0000 (Fri, 20 Aug 2004)
New Revision: 1942

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=1942&nolog=1

Log:
Add missing semicolon.
Modified:
   branches/SAMBA_3_0/source/nsswitch/pam_winbind.c


Changeset:
Modified: branches/SAMBA_3_0/source/nsswitch/pam_winbind.c
===================================================================
--- branches/SAMBA_3_0/source/nsswitch/pam_winbind.c	2004-08-20 00:03:13 UTC (rev 1941)
+++ branches/SAMBA_3_0/source/nsswitch/pam_winbind.c	2004-08-20 04:21:49 UTC (rev 1942)
@@ -217,7 +217,7 @@
 		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);



More information about the samba-cvs mailing list