svn commit: samba r6508 - in branches/SAMBA_4_0/source/scripting/swig: .

tpot at samba.org tpot at samba.org
Thu Apr 28 07:22:22 GMT 2005


Author: tpot
Date: 2005-04-28 07:22:21 +0000 (Thu, 28 Apr 2005)
New Revision: 6508

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=6508

Log:
Fix typo - yay testsuite.

Modified:
   branches/SAMBA_4_0/source/scripting/swig/samr.py


Changeset:
Modified: branches/SAMBA_4_0/source/scripting/swig/samr.py
===================================================================
--- branches/SAMBA_4_0/source/scripting/swig/samr.py	2005-04-28 07:05:48 UTC (rev 6507)
+++ branches/SAMBA_4_0/source/scripting/swig/samr.py	2005-04-28 07:22:21 UTC (rev 6508)
@@ -344,7 +344,7 @@
 
         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):
 



More information about the samba-cvs mailing list