svn commit: samba r2093 - in branches/SAMBA_3_0/source/rpc_server: .

vlendec at samba.org vlendec at samba.org
Sat Aug 28 10:12:23 GMT 2004


Author: vlendec
Date: 2004-08-28 10:12:23 +0000 (Sat, 28 Aug 2004)
New Revision: 2093

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_3_0/source/rpc_server&rev=2093&nolog=1

Log:
Fix for Bug 1416. This must have been a cut&paste error from add_gid....

Thanks to Jonas Olsson for the bug report & fix.

Volker

Modified:
   branches/SAMBA_3_0/source/rpc_server/srv_samr_nt.c


Changeset:
Modified: branches/SAMBA_3_0/source/rpc_server/srv_samr_nt.c
===================================================================
--- branches/SAMBA_3_0/source/rpc_server/srv_samr_nt.c	2004-08-27 18:00:55 UTC (rev 2092)
+++ branches/SAMBA_3_0/source/rpc_server/srv_samr_nt.c	2004-08-28 10:12:23 UTC (rev 2093)
@@ -3245,9 +3245,6 @@
 {
 	int i;
 
-	if ((*num) >= groups_max())
-		return;
-
 	for (i=0; i<*num; i++) {
 		if ((*uids)[i] == uid)
 			return;



More information about the samba-cvs mailing list