svn commit: samba r23626 - in
branches/SAMBA_3_0_26/source/nsswitch: .
gd at samba.org
gd at samba.org
Wed Jun 27 11:29:54 GMT 2007
Author: gd
Date: 2007-06-27 11:29:53 +0000 (Wed, 27 Jun 2007)
New Revision: 23626
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23626
Log:
Merge Jerrys build warning fix -r23619 from 3_0.
Guenther
Modified:
branches/SAMBA_3_0_26/source/nsswitch/winbindd_group.c
Changeset:
Modified: branches/SAMBA_3_0_26/source/nsswitch/winbindd_group.c
===================================================================
--- branches/SAMBA_3_0_26/source/nsswitch/winbindd_group.c 2007-06-27 09:38:07 UTC (rev 23625)
+++ branches/SAMBA_3_0_26/source/nsswitch/winbindd_group.c 2007-06-27 11:29:53 UTC (rev 23626)
@@ -543,7 +543,7 @@
n_glist = 1;
for ( i=0; i<max_depth && glist; i++ ) {
- size_t n_members = 0;
+ uint32 n_members = 0;
char **members = NULL;
NTSTATUS nt_status;
More information about the samba-cvs
mailing list