diff options
author | Amitay Isaacs <amitay@gmail.com> | 2012-06-15 11:05:00 +1000 |
---|---|---|
committer | Amitay Isaacs <amitay@gmail.com> | 2012-07-16 12:12:05 +1000 |
commit | 23a460602ff3b7416416c695ea4906da589c3783 (patch) | |
tree | 6775c74fdbec274525583033e3fc232cda3bd04b /ctdb/server/ctdb_logging.c | |
parent | c4236ec8fb9fdd0e8acf0cf6e01a6aa1900bc222 (diff) | |
download | samba-23a460602ff3b7416416c695ea4906da589c3783.tar.gz samba-23a460602ff3b7416416c695ea4906da589c3783.tar.xz samba-23a460602ff3b7416416c695ea4906da589c3783.zip |
Remove tevent_loop_allow_nesting()
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
(This used to be ctdb commit 538c68d0e83e14f0000981ee06408b8f0035be37)
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()); |