1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-14 12:23:52 +03:00

r3607: EnumDomainAlises doesn't take a max_size parameter.

This commit is contained in:
Tim Potter
2004-11-07 22:05:18 +00:00
committed by Gerald (Jerry) Carter
parent 54e1e5edca
commit 996d042bf7

View File

@@ -183,7 +183,6 @@ class DomainHandle(SamrHandle):
# acct_flags in SamrEnumerateAliasesInDomain has probably
# no meaning so use 0xffffffff like W2K
r['acct_flags'] = 0xffffffff
r['max_size'] = 1000
result = dcerpc.samr_EnumDomainAliases(self.pipe, r)