diff options
Diffstat (limited to 'ctdb/server/ctdb_logging.c')
-rw-r--r-- | ctdb/server/ctdb_logging.c | 1 |
1 files changed, 0 insertions, 1 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()); |