mirror of
https://github.com/samba-team/samba.git
synced 2025-02-26 21:57:41 +03:00
s3:winbindd: we don't need to call message_dispatch() anymore it's event triggered now
metze
This commit is contained in:
parent
4d413381a2
commit
cf53e48fec
@ -840,12 +840,6 @@ static void process_loop(void)
|
||||
exit(1);
|
||||
}
|
||||
|
||||
/* We'll be doing this a lot */
|
||||
|
||||
/* Handle messages */
|
||||
|
||||
message_dispatch(winbind_messaging_context());
|
||||
|
||||
run_events(winbind_event_context(), 0, NULL, NULL);
|
||||
|
||||
/* refresh the trusted domain cache */
|
||||
|
@ -1384,10 +1384,6 @@ static bool fork_domain_child(struct winbindd_child *child)
|
||||
winbind_check_sighup(override_logfile ? NULL :
|
||||
child->logfilename);
|
||||
|
||||
/* Handle messages */
|
||||
|
||||
message_dispatch(winbind_messaging_context());
|
||||
|
||||
if (run_events(winbind_event_context(), 0, NULL, NULL)) {
|
||||
TALLOC_FREE(frame);
|
||||
continue;
|
||||
|
Loading…
x
Reference in New Issue
Block a user