diff options
Diffstat (limited to 'source3/printing/queue_process.c')
-rw-r--r-- | source3/printing/queue_process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/printing/queue_process.c b/source3/printing/queue_process.c index aa0d0fb6a8..24d361c2bf 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) { |