diff options
author | Jeremy Allison <jra@samba.org> | 1998-02-12 11:59:55 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 1998-02-12 11:59:55 +0000 |
commit | 6d488ae796dbd04cb421204bdf9a2a4fa6a54052 (patch) | |
tree | e8c62f4661deb735fd4dc0bbc48300c75a6d0a12 /source3 | |
parent | 892788c1f8d7ac4e14e5ed91fe6e39cefc202cdd (diff) | |
download | samba-6d488ae796dbd04cb421204bdf9a2a4fa6a54052.tar.gz samba-6d488ae796dbd04cb421204bdf9a2a4fa6a54052.tar.bz2 samba-6d488ae796dbd04cb421204bdf9a2a4fa6a54052.zip |
Added fix for doing pq command (from "James J. Szinger" <james.szinger@yale.edu>).
Jeremy.
(This used to be commit 7123405d6351cf6457adb1199dab3c6416bf9865)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/client/client.c | 4 |
1 files changed, 2 insertions, 2 deletions
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) ) |