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

tpot at samba.org tpot at samba.org
Sun Sep 19 04:59:57 GMT 2004


Author: tpot
Date: 2004-09-19 04:59:56 +0000 (Sun, 19 Sep 2004)
New Revision: 2414

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/scripting/swig/torture&rev=2414&nolog=1

Log:
samr_Connect.system_name is now an array.

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


Changeset:
Modified: branches/SAMBA_4_0/source/scripting/swig/torture/samr.py
===================================================================
--- branches/SAMBA_4_0/source/scripting/swig/torture/samr.py	2004-09-19 01:16:45 UTC (rev 2413)
+++ branches/SAMBA_4_0/source/scripting/swig/torture/samr.py	2004-09-19 04:59:56 UTC (rev 2414)
@@ -8,7 +8,7 @@
     print 'testing samr_Connect'
 
     r = {}
-    r['system_name'] = '\0\0'
+    r['system_name'] = [0]
     r['access_mask'] = 0x02000000
 
     result = dcerpc.samr_Connect(pipe, r)



More information about the samba-cvs mailing list