smbd: remove unused change_to_root_user() from brl_timeout_fn()
authorRalph Boehme <slow@samba.org>
Wed, 23 May 2018 14:28:48 +0000 (16:28 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 12 Jul 2018 12:25:18 +0000 (14:25 +0200)
commitc310647e560abc2343ef2ff0ab15daab0fba2650
tree7a19fd3b9b8a4bebbd5d9f25c853b6421c9fef80
parentd0b1f96f086bdd613644f64b3f75ee8c4388f674
smbd: remove unused change_to_root_user() from brl_timeout_fn()

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

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