diff options
author | Gerald Carter <jerry@samba.org> | 2003-01-11 02:29:23 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-01-11 02:29:23 +0000 |
commit | 47873e781d219bd523d10ca449ac0efb72daed0e (patch) | |
tree | a1cd2a9c0ca31e13b9bf378803272551de0d4836 /source3/rpc_client | |
parent | 82b41dca9d0030cc54ef8865d4a5e5f9377c46fc (diff) | |
download | samba-47873e781d219bd523d10ca449ac0efb72daed0e.tar.gz samba-47873e781d219bd523d10ca449ac0efb72daed0e.tar.bz2 samba-47873e781d219bd523d10ca449ac0efb72daed0e.zip |
[merge] make sure to updatre print queue cache during timeout_processing() to send notify events; CR 1491
(This used to be commit 142c5029c701e7a82074e301278846c02843f46f)
Diffstat (limited to 'source3/rpc_client')
-rw-r--r-- | source3/rpc_client/cli_spoolss_notify.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/rpc_client/cli_spoolss_notify.c b/source3/rpc_client/cli_spoolss_notify.c index 2843aaece1..f4eda332bb 100644 --- a/source3/rpc_client/cli_spoolss_notify.c +++ b/source3/rpc_client/cli_spoolss_notify.c @@ -212,6 +212,8 @@ WERROR cli_spoolss_rrpcn(struct cli_state *cli, TALLOC_CTX *mem_ctx, if (r.unknown0 == 0x00080000) DEBUG(8,("cli_spoolss_reply_rrpcn: I think the spooler resonded that the notification was ignored.\n")); + else if ( r.unknown0 != 0x0 ) + DEBUG(8,("cli_spoolss_reply_rrpcn: unknown0 is non-zero [0x%x]\n", r.unknown0)); result = r.status; |