1
0
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:
Tim Potter
2004-10-25 07:31:59 +00:00
committed by Gerald (Jerry) Carter
parent eca85d26ed
commit f490cd719c
2 changed files with 45 additions and 54 deletions

View File

@@ -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):