summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-02-12 12:05:21 +0000
committerJeremy Allison <jra@samba.org>1998-02-12 12:05:21 +0000
commit39c72aae58965cc176561cd4270f56ca40badc91 (patch)
tree932d3ee804147add914a3125a0ca16ccd5c50889 /source
parent3f2797f30aa61d557b0090c74d77639902ee984d (diff)
downloadsamba-39c72aae58965cc176561cd4270f56ca40badc91.tar.gz
samba-39c72aae58965cc176561cd4270f56ca40badc91.tar.xz
samba-39c72aae58965cc176561cd4270f56ca40badc91.zip
client.c: Fixed pq command (patch from
"James J. Szinger" <james.szinger@yale.edu> Jeremy.
Diffstat (limited to 'source')
-rw-r--r--source/client/client.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/client/client.c b/source/client/client.c
index d5b6f4bdcb8..94518bee877 100644
--- a/source/client/client.c
+++ b/source/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) )