diff options
author | Volker Lendecke <vlendec@samba.org> | 2004-09-17 09:18:02 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:52:41 -0500 |
commit | 82110e77da8c67a2806d2baa7486c9a9b7cc9781 (patch) | |
tree | 95637c7a1089d034f7b25b7949a0ac192097e718 /source3/nsswitch/winbindd_user.c | |
parent | b0d376ba0764f8bf51cbaaaefc996a68d7b14420 (diff) | |
download | samba-82110e77da8c67a2806d2baa7486c9a9b7cc9781.tar.gz |
r2378: Remove two confusing #defines
(This used to be commit 639cb4ced6b6c08b0665890c815f2e1361e7879f)
Diffstat (limited to 'source3/nsswitch/winbindd_user.c')
-rw-r--r-- | source3/nsswitch/winbindd_user.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/nsswitch/winbindd_user.c b/source3/nsswitch/winbindd_user.c index 795d657aae7..6f5a86f43ae 100644 --- a/source3/nsswitch/winbindd_user.c +++ b/source3/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; |