diff options
author | Gerald Carter <jerry@samba.org> | 2003-01-11 02:38:36 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-01-11 02:38:36 +0000 |
commit | 071af8f007efc20c23959d140a87cc09363aae83 (patch) | |
tree | d791fda875827a93367d35e319930d64d632eb3f /source3/rpc_client | |
parent | bb697d25c7592d63074266092d458cec28ef23dc (diff) | |
download | samba-071af8f007efc20c23959d140a87cc09363aae83.tar.gz samba-071af8f007efc20c23959d140a87cc09363aae83.tar.bz2 samba-071af8f007efc20c23959d140a87cc09363aae83.zip |
[merge] make sure to update print queue cache during timeout_processing() to send notify events; CR 1491
(This used to be commit f8a915b14d63e4fdb99235053eeb896ef9492068)
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; |