mirror of
https://github.com/samba-team/samba.git
synced 2025-11-13 08:23:49 +03:00
r3204: Got unpacking of an array of PrinterInfo union elements working. Phew.
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
eca85d26ed
commit
f490cd719c
@@ -17,7 +17,7 @@ def test_EnumPrinters(pipe):
|
||||
|
||||
result = dcerpc.spoolss_EnumPrinters(pipe, r)
|
||||
|
||||
print dcerpc.unmarshall_spoolss_PrinterInfo1(result['buffer'])
|
||||
print dcerpc.unmarshall_spoolss_PrinterInfo_array(result['buffer'], r['level'], result['count'])
|
||||
|
||||
def runtests(binding, domain, username, password):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user