summaryrefslogtreecommitdiff
path: root/source3/printing/printing.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-08-08 15:18:12 +0200
committerVolker Lendecke <vl@samba.org>2010-08-08 18:09:33 +0200
commit75b4dfd14d4dac5268c01351768b2317fcce34fb (patch)
tree7fc41eea36749fb3502c30d75522a152325a8e2b /source3/printing/printing.c
parent5281e6294112a521e2c9603f1617b18107480973 (diff)
downloadsamba-75b4dfd14d4dac5268c01351768b2317fcce34fb.tar.gz
samba-75b4dfd14d4dac5268c01351768b2317fcce34fb.tar.bz2
samba-75b4dfd14d4dac5268c01351768b2317fcce34fb.zip
s3: Lift the smbd_messaging_context from smbd_setup_sig_hup_handler
Diffstat (limited to 'source3/printing/printing.c')
-rw-r--r--source3/printing/printing.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/printing/printing.c b/source3/printing/printing.c
index 9d98d5dff1..28ea4f04fe 100644
--- a/source3/printing/printing.c
+++ b/source3/printing/printing.c
@@ -1534,7 +1534,8 @@ void start_background_queue(void)
}
smbd_setup_sig_term_handler();
- smbd_setup_sig_hup_handler();
+ smbd_setup_sig_hup_handler(server_event_context(),
+ server_messaging_context());
if (!serverid_register(procid_self(),
FLAG_MSG_GENERAL|FLAG_MSG_SMBD