From 6045128e35a2a1c25da3c578c75b91a01716b13d Mon Sep 17 00:00:00 2001 From: Axel Kittenberger Date: Thu, 20 Jan 2011 19:33:50 +0000 Subject: [PATCH] last minute fix for 2.0.2 --- lsyncd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lsyncd.c b/lsyncd.c index 90a11b7..7266d63 100644 --- a/lsyncd.c +++ b/lsyncd.c @@ -897,7 +897,7 @@ l_exec(lua_State *L) if (pipe_text) { dup2(pipefd[0], STDIN_FILENO); } - close_exec_fd(pipefd[0]); + // close_exec_fd(pipefd[0]); /* if lsyncd runs as a daemon and has a logfile it will redirect stdout/stderr of child processes to the logfile. */ if (is_daemon && settings.log_file) {