r2378: Remove two confusing #defines
authorVolker Lendecke <vlendec@samba.org>
Fri, 17 Sep 2004 09:18:02 +0000 (09:18 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:52:41 +0000 (10:52 -0500)
(This used to be commit 639cb4ced6b6c08b0665890c815f2e1361e7879f)

source3/nsswitch/winbindd_group.c
source3/nsswitch/winbindd_user.c

index ca7f72d01789e570acc355d05209f78a3363794a..d1e8678c81bbc847c2d25120e1f4472b4aef1a23 100644 (file)
@@ -495,8 +495,6 @@ enum winbindd_result winbindd_endgrent(struct winbindd_cli_state *state)
    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;
index 795d657aae744db881793ad4df06a55a4536c49a..6f5a86f43aeb86bd489af9806394d902d90158e9 100644 (file)
@@ -385,8 +385,6 @@ enum winbindd_result winbindd_endpwent(struct winbindd_cli_state *state)
    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;