smbd: remove unused change_to_root_user() from smbd_sig_hup_handler()
authorStefan Metzmacher <metze@samba.org>
Wed, 18 Apr 2018 12:29:52 +0000 (14:29 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 12 Jul 2018 12:25:18 +0000 (14:25 +0200)
commitd0b1f96f086bdd613644f64b3f75ee8c4388f674
tree203ee0b9b6fded9021fd32da93a9b58e4ba26639
parente37e41b3cac52e3623f0c79f83733a51edb35c10
smbd: remove unused change_to_root_user() from smbd_sig_hup_handler()

This is handled by using the root_ev_ctx in order to register
the signal event.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/process.c