summaryrefslogtreecommitdiff
path: root/source3/rpc_client/msrpc_spoolss.c
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2000-09-12 16:03:16 +0000
committerGerald Carter <jerry@samba.org>2000-09-12 16:03:16 +0000
commit072d39165d63b960fea583b65d9a4d110466bea8 (patch)
tree9ba5e403e1f4dac730212a5b24468fed1d2f14b5 /source3/rpc_client/msrpc_spoolss.c
parent55c3abe3f2f81972d48a48174bdbe76f0fdb13e8 (diff)
downloadsamba-072d39165d63b960fea583b65d9a4d110466bea8.tar.gz
samba-072d39165d63b960fea583b65d9a4d110466bea8.tar.bz2
samba-072d39165d63b960fea583b65d9a4d110466bea8.zip
spoolgetprinterdriver now returns "Windows NT x86" and "Windows 4.0"
driver information. Will merge into TNG. jerry (This used to be commit ae7dd77c2495d5e17f6e8da94afbe8cab3e773bb)
Diffstat (limited to 'source3/rpc_client/msrpc_spoolss.c')
-rw-r--r--source3/rpc_client/msrpc_spoolss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_client/msrpc_spoolss.c b/source3/rpc_client/msrpc_spoolss.c
index ad03edeef8..a841af82d0 100644
--- a/source3/rpc_client/msrpc_spoolss.c
+++ b/source3/rpc_client/msrpc_spoolss.c
@@ -661,7 +661,7 @@ BOOL msrpc_spoolss_getprinterdriver( const char* printer_name,
status = spoolss_getprinterdriver(&hnd, environment, level, &buffer, needed, &needed);
}
- report(out_hnd, "\tstatus:[%d (%x)]\n", status, status);
+ /* report(out_hnd, "\tstatus:[%d (%x)]\n", status, status); */
if (status!=NT_STATUS_NO_PROBLEMO)
{