summaryrefslogtreecommitdiff
path: root/source3/printing/queue_process.c
diff options
context:
space:
mode:
authorDavid Disseldorp <ddiss@samba.org>2014-07-23 12:12:34 +0200
committerAndreas Schneider <asn@cryptomilk.org>2014-08-08 14:10:39 +0200
commit30ce835670a6aeca6fb960ea7c4fe1b982bdd5b0 (patch)
tree5f35382ff5cec2ba060a5faba1142d6184556916 /source3/printing/queue_process.c
parent6d75e20ca8acf1a55838694ac77940e21e9a1e6a (diff)
downloadsamba-30ce835670a6aeca6fb960ea7c4fe1b982bdd5b0.tar.gz
printing: return last change time with pcap_cache_loaded()
Bug: https://bugzilla.samba.org/show_bug.cgi?id=10652 Signed-off-by: David Disseldorp <ddiss@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/printing/queue_process.c')
-rw-r--r--source3/printing/queue_process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/printing/queue_process.c b/source3/printing/queue_process.c
index aa0d0fb6a89..24d361c2bf6 100644
--- a/source3/printing/queue_process.c
+++ b/source3/printing/queue_process.c
@@ -390,7 +390,7 @@ void printing_subsystem_update(struct tevent_context *ev_ctx,
bool force)
{
if (background_lpq_updater_pid != -1) {
- if (pcap_cache_loaded()) {
+ if (pcap_cache_loaded(NULL)) {
load_printers(ev_ctx, msg_ctx);
}
if (force) {