diff options
author | Tim Potter <tpot@samba.org> | 2005-04-28 07:22:21 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2005-04-28 07:22:21 +0000 |
commit | 92b08c0b48648e82d300be6c81a52c1668eda1f6 (patch) | |
tree | 44e7849b6ff80c2cc56c80fcb08ffa9ce46ceb43 /source/scripting/swig/samr.py | |
parent | fb0d6b20af50a59c971fb60e3c8c7620c6e5fc76 (diff) | |
download | samba-92b08c0b48648e82d300be6c81a52c1668eda1f6.tar.gz samba-92b08c0b48648e82d300be6c81a52c1668eda1f6.tar.xz samba-92b08c0b48648e82d300be6c81a52c1668eda1f6.zip |
r6508: Fix typo - yay testsuite.
Diffstat (limited to 'source/scripting/swig/samr.py')
-rw-r--r-- | source/scripting/swig/samr.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/scripting/swig/samr.py b/source/scripting/swig/samr.py index 85d5fa0d77b..4796d748eb2 100644 --- a/source/scripting/swig/samr.py +++ b/source/scripting/swig/samr.py @@ -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): |