From 6d488ae796dbd04cb421204bdf9a2a4fa6a54052 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 12 Feb 1998 11:59:55 +0000 Subject: Added fix for doing pq command (from "James J. Szinger" ). Jeremy. (This used to be commit 7123405d6351cf6457adb1199dab3c6416bf9865) --- source3/client/client.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/client') diff --git a/source3/client/client.c b/source3/client/client.c index d5b6f4bdcb..94518bee87 100644 --- a/source3/client/client.c +++ b/source3/client/client.c @@ -2430,8 +2430,8 @@ static void cmd_p_queue_4(char *inbuf,char *outbuf ) p = skip_string(p,1); DEBUG(1,("Calling DosPrintJobEnum()...\n")); - if( cli_call_api(PIPE_LANMAN, 0,PTR_DIFF(p,param), 0, - 10, 0, 4096, + if( cli_call_api(PIPE_LANMAN, 0,PTR_DIFF(p,param), 0, 0, + 10, 4096, &rprcnt, &rdrcnt, param, NULL, NULL, &rparam, &rdata) ) -- cgit