svn commit: samba r21101 - in branches: SAMBA_3_0/source/nsswitch SAMBA_3_0_24/source/nsswitch

jra at samba.org jra at samba.org
Wed Jan 31 22:27:48 GMT 2007


Author: jra
Date: 2007-01-31 22:27:47 +0000 (Wed, 31 Jan 2007)
New Revision: 21101

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=21101

Log:
Remove "unused" warning from Jerry's code. We still
have a build failure in 3.0.24 in event_add_timed ?
Jeremy

Modified:
   branches/SAMBA_3_0/source/nsswitch/winbindd_group.c
   branches/SAMBA_3_0_24/source/nsswitch/winbindd_group.c


Changeset:
Modified: branches/SAMBA_3_0/source/nsswitch/winbindd_group.c
===================================================================
--- branches/SAMBA_3_0/source/nsswitch/winbindd_group.c	2007-01-31 21:33:45 UTC (rev 21100)
+++ branches/SAMBA_3_0/source/nsswitch/winbindd_group.c	2007-01-31 22:27:47 UTC (rev 21101)
@@ -462,7 +462,6 @@
 	gid_t gid;
 	union unid_t id;
 	NTSTATUS status;
-	char replace_char[2] = { 0x0, 0x0 };
 	
 	/* Ensure null termination */
 	state->request.data.groupname[sizeof(state->request.data.groupname)-1]='\0';

Modified: branches/SAMBA_3_0_24/source/nsswitch/winbindd_group.c
===================================================================
--- branches/SAMBA_3_0_24/source/nsswitch/winbindd_group.c	2007-01-31 21:33:45 UTC (rev 21100)
+++ branches/SAMBA_3_0_24/source/nsswitch/winbindd_group.c	2007-01-31 22:27:47 UTC (rev 21101)
@@ -323,7 +323,6 @@
 	gid_t gid;
 	union unid_t id;
 	NTSTATUS status;
-	char replace_char[2] = { 0x0, 0x0 };
 	
 	/* Ensure null termination */
 	state->request.data.groupname[sizeof(state->request.data.groupname)-1]='\0';



More information about the samba-cvs mailing list