1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

r2414: samr_Connect.system_name is now an array.

This commit is contained in:
Tim Potter 2004-09-19 04:59:56 +00:00 committed by Gerald (Jerry) Carter
parent 9bc55de42a
commit e1166c2100

View File

@ -8,7 +8,7 @@ def test_Connect(handle):
print 'testing samr_Connect'
r = {}
r['system_name'] = '\0\0'
r['system_name'] = [0]
r['access_mask'] = 0x02000000
result = dcerpc.samr_Connect(pipe, r)