]> git.sur5r.net Git - i3/i3/commit
set close-on-exec flag on errorlogfile
authorMichael Walle <michael@walle.cc>
Sat, 1 Oct 2011 00:29:30 +0000 (02:29 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 1 Oct 2011 16:44:22 +0000 (17:44 +0100)
commit8adcf3e5d102647e9cc6c4cce7e6d0c7a9f3a9bb
tree410beede47868e1486291d73cd426c4b0dd52410
parent6ce2f4d3948196153917d94686c9092c35bcd885
set close-on-exec flag on errorlogfile

Make sure the file descriptor is closed within the child after forking.

Signed-off-by: Michael Walle <michael@walle.cc>
src/log.c