diff options
-rw-r--r-- | ctdb/server/ctdb_logging.c | 1 | ||||
-rw-r--r-- | ctdb/tools/ctdb.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/ctdb/server/ctdb_logging.c b/ctdb/server/ctdb_logging.c index 7133d064e6..9455ff1006 100644 --- a/ctdb/server/ctdb_logging.c +++ b/ctdb/server/ctdb_logging.c @@ -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()); diff --git a/ctdb/tools/ctdb.c b/ctdb/tools/ctdb.c index 8e960a10b3..d034591ebe 100644 --- a/ctdb/tools/ctdb.c +++ b/ctdb/tools/ctdb.c @@ -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) { |