summaryrefslogtreecommitdiff
path: root/source4/scripting
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2005-04-28 07:22:21 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:16:20 -0500
commit25601d2d67f5ae2d539541d310fe6c3431e6a890 (patch)
tree0f6c32a3825fcdac884f1ace793af69610d5a04e /source4/scripting
parent416434fbc43e37a1d21eef611d0a9ba2cc9faea7 (diff)
downloadsamba-25601d2d67f5ae2d539541d310fe6c3431e6a890.tar.gz
samba-25601d2d67f5ae2d539541d310fe6c3431e6a890.tar.bz2
samba-25601d2d67f5ae2d539541d310fe6c3431e6a890.zip
r6508: Fix typo - yay testsuite.
(This used to be commit 61da936dbc491d0ec2d733d9ba155c3df01b8847)
Diffstat (limited to 'source4/scripting')
-rw-r--r--source4/scripting/swig/samr.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/swig/samr.py b/source4/scripting/swig/samr.py
index 85d5fa0d77..4796d748eb 100644
--- a/source4/scripting/swig/samr.py
+++ b/source4/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):