1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-22 22:04:08 +03:00

r3607: EnumDomainAlises doesn't take a max_size parameter.

(This used to be commit 996d042bf701860fcc9a9b424118c02addb2119b)
This commit is contained in:
Tim Potter 2004-11-07 22:05:18 +00:00 committed by Gerald (Jerry) Carter
parent f2d715cd85
commit e0586efe7a

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)