diff options
author | Volker Lendecke <vl@samba.org> | 2010-08-08 17:19:12 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-08-08 18:09:38 +0200 |
commit | 1b60ead64add4920bf92b73a0e57e0a7e320e99f (patch) | |
tree | 7d0b258d28c38029ff22332c02d299870edbd150 /source3/smbd | |
parent | ef208c5571bb20a0701f1da845c07f38f84c26e1 (diff) | |
download | samba-1b60ead64add4920bf92b73a0e57e0a7e320e99f.tar.gz samba-1b60ead64add4920bf92b73a0e57e0a7e320e99f.tar.bz2 samba-1b60ead64add4920bf92b73a0e57e0a7e320e99f.zip |
s3: Lift the server_messaging_context from update_monitored_printq_cache
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/process.c b/source3/smbd/process.c index a512224585..d5f4340d4d 100644 --- a/source3/smbd/process.c +++ b/source3/smbd/process.c @@ -2469,7 +2469,7 @@ static bool housekeeping_fn(const struct timeval *now, void *private_data) change_to_root_user(); /* update printer queue caches if necessary */ - update_monitored_printq_cache(); + update_monitored_printq_cache(smbd_messaging_context()); /* check if we need to reload services */ check_reload(time(NULL)); |