diff options
author | Volker Lendecke <vl@samba.org> | 2010-08-08 22:50:28 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-08-08 23:37:47 +0200 |
commit | 795589b4f81b8d40d3cd6a53b85153df01e3ff01 (patch) | |
tree | 7a26f0eade86b974f78f952e03592f4e4bad95ae /source3/printing/pcap.c | |
parent | 83045b1ba9fb8aa211d94b66453e2a2a61cae7ed (diff) | |
download | samba-795589b4f81b8d40d3cd6a53b85153df01e3ff01.tar.gz samba-795589b4f81b8d40d3cd6a53b85153df01e3ff01.tar.xz 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.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/printing/pcap.c b/source3/printing/pcap.c index f5502be92ef..d8b716028e0 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 |