svn commit: samba r1945 - trunk/source/nsswitch

gd at samba.org gd at samba.org
Fri Aug 20 07:47:02 GMT 2004


Author: gd
Date: 2004-08-20 07:47:01 +0000 (Fri, 20 Aug 2004)
New Revision: 1945

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

Log:
fix missing ';', spotted by jht.

Guenther

Modified:
   trunk/source/nsswitch/pam_winbind.c


Changeset:
Modified: trunk/source/nsswitch/pam_winbind.c
===================================================================
--- trunk/source/nsswitch/pam_winbind.c	2004-08-20 07:39:19 UTC (rev 1944)
+++ trunk/source/nsswitch/pam_winbind.c	2004-08-20 07:47:01 UTC (rev 1945)
@@ -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