1
0
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:
Tim Potter
2005-04-28 07:22:21 +00:00
committed by Gerald (Jerry) Carter
parent 3055addde6
commit 61da936dbc

View File

@ -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):