mirror of
https://github.com/samba-team/samba.git
synced 2025-02-26 21:57:41 +03:00
s3: nmbd: Call dgram cleanup init background setup.
Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
This commit is contained in:
parent
a35c9d6a63
commit
6c60ff3bd5
@ -1009,6 +1009,10 @@ static bool open_sockets(bool isdaemon, int port)
|
||||
if (!nmbd_setup_sig_hup_handler(msg))
|
||||
exit_daemon("NMBD failed to setup SIGHUP handler", EINVAL);
|
||||
|
||||
if (!messaging_parent_dgm_cleanup_init(msg)) {
|
||||
exit(1);
|
||||
}
|
||||
|
||||
/* get broadcast messages */
|
||||
|
||||
if (!serverid_register(messaging_server_id(msg),
|
||||
|
Loading…
x
Reference in New Issue
Block a user