1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-26 21:57:41 +03:00

Remove tevent_loop_allow_nesting()

Signed-off-by: Amitay Isaacs <amitay@gmail.com>

(This used to be ctdb commit 538c68d0e83e14f0000981ee06408b8f0035be37)
This commit is contained in:
Amitay Isaacs 2012-06-15 11:05:00 +10:00
parent c4236ec8fb
commit 23a460602f
2 changed files with 0 additions and 2 deletions

View File

@ -118,7 +118,6 @@ int start_syslog_daemon(struct ctdb_context *ctdb)
debug_extra = talloc_asprintf(NULL, "syslogd:");
talloc_free(ctdb->ev);
ctdb->ev = event_context_init(NULL);
tevent_loop_allow_nesting(ctdb->ev);
syslog(LOG_ERR, "Starting SYSLOG daemon with pid:%d", (int)getpid());

View File

@ -5927,7 +5927,6 @@ int main(int argc, const char *argv[])
DEBUG(DEBUG_ERR, ("Failed to initialize event system\n"));
exit(1);
}
tevent_loop_allow_nesting(ev);
for (i=0;i<ARRAY_SIZE(ctdb_commands);i++) {
if (strcmp(control, ctdb_commands[i].name) == 0) {