summaryrefslogtreecommitdiff
path: root/source3/smbd/process.c
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2011-08-04 08:56:01 -0400
committerAndreas Schneider <asn@samba.org>2011-08-10 18:14:05 +0200
commit0de09289ae20040c7c535f18ed7146b1513c5b7d (patch)
tree647b3a67b5bafce7bf8ca2ddc8b0ace75b9ac48b /source3/smbd/process.c
parent227551a07bc1af29ff2e24d889ea7dd45d575773 (diff)
downloadsamba-0de09289ae20040c7c535f18ed7146b1513c5b7d.tar.gz
samba-0de09289ae20040c7c535f18ed7146b1513c5b7d.tar.bz2
samba-0de09289ae20040c7c535f18ed7146b1513c5b7d.zip
s3-printing: Force pcap reload when all ready
This way we are sure the cache is primed properly and messages can be sent to processes if necessary as all messaging has been set up. Signed-off-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/smbd/process.c')
-rw-r--r--source3/smbd/process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/process.c b/source3/smbd/process.c
index d96d5fb7e0..f542dcd84f 100644
--- a/source3/smbd/process.c
+++ b/source3/smbd/process.c
@@ -887,7 +887,7 @@ static void smbd_sig_hup_handler(struct tevent_context *ev,
DEBUG(1,("Reloading services after SIGHUP\n"));
reload_services(msg_ctx, smbd_server_conn->sock, False);
if (am_parent) {
- printing_subsystem_update(ev, msg_ctx);
+ printing_subsystem_update(ev, msg_ctx, true);
}
}