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:
parent
9bc55de42a
commit
e1166c2100
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user