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/smbd | |
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/smbd')
-rw-r--r-- | source3/smbd/process.c | 4 |
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. |