From 74f2fc40dbcd0478d0d1f77cce0b5d9ee5c1aa8d Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Sat, 12 Aug 2000 14:26:01 +0000 Subject: FIxed some unmarshalling problems with relstr and unistr arrays jerry (This used to be commit ce2d20395ae3d41d55030427f4b7b44ce87c605e) --- source3/rpc_client/msrpc_spoolss.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source3/rpc_client/msrpc_spoolss.c') diff --git a/source3/rpc_client/msrpc_spoolss.c b/source3/rpc_client/msrpc_spoolss.c index 75b4306fae..f77557193c 100644 --- a/source3/rpc_client/msrpc_spoolss.c +++ b/source3/rpc_client/msrpc_spoolss.c @@ -251,10 +251,9 @@ BOOL msrpc_spoolss_enum_printers(char* srv_name, uint32 flags, needed, &needed, &returned); } - report(out_hnd, "\tstatus:[%d (%x)]\n", status, status); - if (status!=NT_STATUS_NO_PROBLEMO) { + DEBUG(0,("spoolss_enum_printers: %s\n", get_nt_error_msg(status))); if (mem_ctx) talloc_destroy(mem_ctx); return False; -- cgit