summaryrefslogtreecommitdiff
path: root/source3/rpc_parse
diff options
context:
space:
mode:
authorJean-François Micouleau <jfm@samba.org>2000-04-05 10:05:32 +0000
committerJean-François Micouleau <jfm@samba.org>2000-04-05 10:05:32 +0000
commitdc2d1544b3718dce5b3d7d91989b3cc5abfdef6b (patch)
tree943671b591d88264640a7904caee961881516b1c /source3/rpc_parse
parent6fc9ba3df70dc357c782c1e74e7675b3e6748c40 (diff)
downloadsamba-dc2d1544b3718dce5b3d7d91989b3cc5abfdef6b.tar.gz
samba-dc2d1544b3718dce5b3d7d91989b3cc5abfdef6b.tar.bz2
samba-dc2d1544b3718dce5b3d7d91989b3cc5abfdef6b.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. (This used to be commit 396f73c11b29a47650b3243fef0825252a3cef9b)
Diffstat (limited to 'source3/rpc_parse')
-rw-r--r--source3/rpc_parse/parse_spoolss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_parse/parse_spoolss.c b/source3/rpc_parse/parse_spoolss.c
index 0450ebd243..18e736e9af 100644
--- a/source3/rpc_parse/parse_spoolss.c
+++ b/source3/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))