logging: Do not ignore stdout/stderr from the exec'd children
authorAmitay Isaacs <amitay@gmail.com>
Wed, 13 Mar 2013 00:46:18 +0000 (11:46 +1100)
committerAmitay Isaacs <amitay@gmail.com>
Mon, 25 Mar 2013 06:41:37 +0000 (17:41 +1100)
commit08c53ee609b80f87450a7a1d7dd24fbcdf5ab7bc
tree79797dfcfccc3749b5d673f476d30d8ac3f6f247
parent87c89b7c2a14e2ee79a3efc7e8125842bc04bf23
logging: Do not ignore stdout/stderr from the exec'd children

To log debugging information from child processes that are started
with vfork and exec, do not set close_on_exec on STDOUT and STDERR for
that process.

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
server/ctdb_logging.c