r6508: Fix typo - yay testsuite.
authorTim Potter <tpot@samba.org>
Thu, 28 Apr 2005 07:22:21 +0000 (07:22 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:16:20 +0000 (13:16 -0500)
source/scripting/swig/samr.py

index 85d5fa0d77b73a2ef0cda38d4a73b0eeef32235a..4796d748eb23f589c4d13650cc3719322d81aec2 100644 (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):