From 639cb4ced6b6c08b0665890c815f2e1361e7879f Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 17 Sep 2004 09:18:02 +0000 Subject: [PATCH] r2378: Remove two confusing #defines --- source/nsswitch/winbindd_group.c | 2 -- source/nsswitch/winbindd_user.c | 2 -- 2 files changed, 4 deletions(-) diff --git a/source/nsswitch/winbindd_group.c b/source/nsswitch/winbindd_group.c index ca7f72d0178..d1e8678c81b 100644 --- a/source/nsswitch/winbindd_group.c +++ b/source/nsswitch/winbindd_group.c @@ -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; diff --git a/source/nsswitch/winbindd_user.c b/source/nsswitch/winbindd_user.c index 795d657aae7..6f5a86f43ae 100644 --- a/source/nsswitch/winbindd_user.c +++ b/source/nsswitch/winbindd_user.c @@ -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; -- 2.11.4.GIT