diff options
author | Jean-François Micouleau <jfm@samba.org> | 2000-04-05 10:05:32 +0000 |
---|---|---|
committer | Jean-François Micouleau <jfm@samba.org> | 2000-04-05 10:05:32 +0000 |
commit | 396f73c11b29a47650b3243fef0825252a3cef9b (patch) | |
tree | c763cb58d0f81389424d3ec72320dcf9676ce54f /source/rpc_parse/parse_spoolss.c | |
parent | a25891f52491a3aed89302704ba24df832aedf0b (diff) | |
download | samba-396f73c11b29a47650b3243fef0825252a3cef9b.tar.gz samba-396f73c11b29a47650b3243fef0825252a3cef9b.tar.xz samba-396f73c11b29a47650b3243fef0825252a3cef9b.zip |
changed all the status code to ERROR_xxx instead of NT_STATUS_xx which are
wrong in the spoolss case.
fxed a bug in the job notify code (that's the polite answer), the truth is
different: there is a bug in the NT spooler service, including SP6a and
NT2K.
changed the default lpcommand in the LPRNG case.
J.F.
Diffstat (limited to 'source/rpc_parse/parse_spoolss.c')
-rw-r--r-- | source/rpc_parse/parse_spoolss.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/rpc_parse/parse_spoolss.c b/source/rpc_parse/parse_spoolss.c index 0450ebd2434..18e736e9af4 100644 --- a/source/rpc_parse/parse_spoolss.c +++ b/source/rpc_parse/parse_spoolss.c @@ -379,7 +379,7 @@ BOOL smb_io_notify_info_data_strings(char *desc,SPOOL_NOTIFY_INFO_DATA *data, uint32 x; BOOL isvalue; - prs_debug(ps, depth, desc, "smb_io_notify_info_data"); + prs_debug(ps, depth, desc, "smb_io_notify_info_data_strings"); depth++; if(!prs_align(ps)) |