summaryrefslogtreecommitdiff
path: root/source3/printing/pcap.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-08-08 22:50:28 +0200
committerVolker Lendecke <vl@samba.org>2010-08-08 23:37:47 +0200
commit795589b4f81b8d40d3cd6a53b85153df01e3ff01 (patch)
tree7a26f0eade86b974f78f952e03592f4e4bad95ae /source3/printing/pcap.c
parent83045b1ba9fb8aa211d94b66453e2a2a61cae7ed (diff)
downloadsamba-795589b4f81b8d40d3cd6a53b85153df01e3ff01.tar.gz
samba-795589b4f81b8d40d3cd6a53b85153df01e3ff01.tar.bz2
samba-795589b4f81b8d40d3cd6a53b85153df01e3ff01.zip
s3: Remove the smbd_messaging_context from cups_cache_reload
Diffstat (limited to 'source3/printing/pcap.c')
-rw-r--r--source3/printing/pcap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/printing/pcap.c b/source3/printing/pcap.c
index f5502be92e..d8b716028e 100644
--- a/source3/printing/pcap.c
+++ b/source3/printing/pcap.c
@@ -120,7 +120,8 @@ void pcap_cache_reload(void)
#ifdef HAVE_CUPS
if (strequal(pcap_name, "cups")) {
- pcap_reloaded = cups_cache_reload();
+ pcap_reloaded = cups_cache_reload(server_event_context(),
+ server_messaging_context());
goto done;
}
#endif