svn commit: samba r2378 - in branches/SAMBA_3_0/source/nsswitch: .

vlendec at samba.org vlendec at samba.org
Fri Sep 17 09:18:02 GMT 2004


Author: vlendec
Date: 2004-09-17 09:18:02 +0000 (Fri, 17 Sep 2004)
New Revision: 2378

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

Log:
Remove two confusing #defines
Modified:
   branches/SAMBA_3_0/source/nsswitch/winbindd_group.c
   branches/SAMBA_3_0/source/nsswitch/winbindd_user.c


Changeset:
Modified: branches/SAMBA_3_0/source/nsswitch/winbindd_group.c
===================================================================
--- branches/SAMBA_3_0/source/nsswitch/winbindd_group.c	2004-09-17 06:49:24 UTC (rev 2377)
+++ branches/SAMBA_3_0/source/nsswitch/winbindd_group.c	2004-09-17 09:18:02 UTC (rev 2378)
@@ -495,8 +495,6 @@
    The dispinfo_ndx field is incremented to the index of the next group to 
    fetch. Return True if some groups were returned, False otherwise. */
 
-#define MAX_FETCH_SAM_ENTRIES 100
-
 static BOOL get_sam_group_entries(struct getent_state *ent)
 {
 	NTSTATUS status;

Modified: branches/SAMBA_3_0/source/nsswitch/winbindd_user.c
===================================================================
--- branches/SAMBA_3_0/source/nsswitch/winbindd_user.c	2004-09-17 06:49:24 UTC (rev 2377)
+++ branches/SAMBA_3_0/source/nsswitch/winbindd_user.c	2004-09-17 09:18:02 UTC (rev 2378)
@@ -385,8 +385,6 @@
    field is incremented to the index of the next user to fetch.  Return True if
    some users were returned, False otherwise. */
 
-#define MAX_FETCH_SAM_ENTRIES 100
-
 static BOOL get_sam_user_entries(struct getent_state *ent)
 {
 	NTSTATUS status;



More information about the samba-cvs mailing list