summaryrefslogtreecommitdiff
path: root/source3/smbd
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-01-11 02:38:36 +0000
committerGerald Carter <jerry@samba.org>2003-01-11 02:38:36 +0000
commit071af8f007efc20c23959d140a87cc09363aae83 (patch)
treed791fda875827a93367d35e319930d64d632eb3f /source3/smbd
parentbb697d25c7592d63074266092d458cec28ef23dc (diff)
downloadsamba-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/smbd')
-rw-r--r--source3/smbd/process.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/smbd/process.c b/source3/smbd/process.c
index 06cedea573..ff84dc8e1a 100644
--- a/source3/smbd/process.c
+++ b/source3/smbd/process.c
@@ -1209,6 +1209,10 @@ machine %s in domain %s.\n", global_myname(), lp_workgroup() ));
*/
process_blocking_lock_queue(t);
+ /* update printer queue caches if necessary */
+
+ update_monitored_printq_cache();
+
/*
* Check to see if we have any change notifies
* outstanding on the queue.