summaryrefslogtreecommitdiffstats
path: root/spawn.c
diff options
context:
space:
mode:
authorThomas Adam <thomas.adam@smoothwall.net>2020-05-21 09:02:04 +0100
committerThomas Adam <thomas.adam@smoothwall.net>2020-05-21 09:02:36 +0100
commit2420bd8584e4eea6ccd8dd304ac55ae8ff55b227 (patch)
tree261f977de1fd9ec75986ed1df0d814d23ccfccb7 /spawn.c
parent40126ee96c0b9e66ad90ed94767287de13d2a79e (diff)
spawn.c: fix up bad merge
Diffstat (limited to 'spawn.c')
-rw-r--r--spawn.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/spawn.c b/spawn.c
index 5865a881..9f65b329 100644
--- a/spawn.c
+++ b/spawn.c
@@ -446,7 +446,6 @@ complete:
}
#endif
- new_wp->pipe_off = 0;
new_wp->flags &= ~PANE_EXITED;
sigprocmask(SIG_SETMASK, &oldset, NULL);