svn commit: samba r2379 - in trunk/source/nsswitch: .

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


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

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

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


Changeset:
Modified: trunk/source/nsswitch/winbindd_group.c
===================================================================
--- trunk/source/nsswitch/winbindd_group.c	2004-09-17 09:18:02 UTC (rev 2378)
+++ trunk/source/nsswitch/winbindd_group.c	2004-09-17 09:18:19 UTC (rev 2379)
@@ -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: trunk/source/nsswitch/winbindd_user.c
===================================================================
--- trunk/source/nsswitch/winbindd_user.c	2004-09-17 09:18:02 UTC (rev 2378)
+++ trunk/source/nsswitch/winbindd_user.c	2004-09-17 09:18:19 UTC (rev 2379)
@@ -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