mirror of
https://github.com/samba-team/samba.git
synced 2025-08-24 21:49:29 +03:00
r6508: Fix typo - yay testsuite.
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
3055addde6
commit
61da936dbc
@ -344,7 +344,7 @@ class DomainHandle(SamrHandle):
|
||||
|
||||
call_fn(dcerpc.dcerpc_samr_OpenGroup, self.pipe, r)
|
||||
|
||||
return GroupHandle(pipe, r.data_out.group_handle)
|
||||
return GroupHandle(self.pipe, r.data_out.group_handle)
|
||||
|
||||
def OpenAlias(self, rid, access_mask = 0x02000000):
|
||||
|
||||
|
Reference in New Issue
Block a user