mirror of
https://github.com/samba-team/samba.git
synced 2025-02-01 05:47:28 +03:00
r2378: Remove two confusing #defines
(This used to be commit 639cb4ced6b6c08b0665890c815f2e1361e7879f)
This commit is contained in:
parent
b0d376ba07
commit
82110e77da
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user