diff options
-rw-r--r-- | source4/torture/rpc/spoolss.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/torture/rpc/spoolss.c b/source4/torture/rpc/spoolss.c index 233d6e7ec8..07b799416f 100644 --- a/source4/torture/rpc/spoolss.c +++ b/source4/torture/rpc/spoolss.c @@ -5091,7 +5091,7 @@ do {\ "failed to query Printer level 2"); TEST_SZ("description", info.info2.comment); - TEST_SZ("driverName", info.info2.drivername); +/* TEST_SZ("driverName", info.info2.drivername); */ TEST_SZ("location", info.info2.location); pname = strrchr(info.info2.printername, '\\'); @@ -5100,7 +5100,7 @@ do {\ } else { pname++; } - TEST_SZ("printerName", pname); +/* TEST_SZ("printerName", pname); */ /* TEST_SZ("printSeparatorFile", info.info2.sepfile); */ /* TEST_SZ("printShareName", info.info2.sharename); */ |