summary refs log tree commit diff
path: root/rvnit.c
diff options
context:
space:
mode:
Diffstat (limited to 'rvnit.c')
-rw-r--r--rvnit.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/rvnit.c b/rvnit.c
index 0626ce3..6cdf946 100644
--- a/rvnit.c
+++ b/rvnit.c
@@ -88,8 +88,6 @@ restart(int i)
 	if (services[i].logfd[0] == -1) {
 		pipe(services[i].logfd);
 		fcntl(services[i].logfd[0], F_SETFL, O_NONBLOCK);
-		fcntl(services[i].logfd[1], F_SETFL, O_NONBLOCK);
-
 		write(newlogfd[1], "!", 1);
 	}