aboutsummaryrefslogtreecommitdiff
path: root/dwl.c
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-02-02 23:05:28 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2025-02-02 23:05:28 +0530
commit616cc0d164a98ca62291cc340dd42b5c76b7809b (patch)
treee232905bd32d827d04f23af86a7366715c2357ae /dwl.c
parente8d20061a19872325c35bf228feda36c602609b5 (diff)
update
Diffstat (limited to 'dwl.c')
-rw-r--r--dwl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/dwl.c b/dwl.c
index f6b575a..5562a90 100644
--- a/dwl.c
+++ b/dwl.c
@@ -1622,8 +1622,6 @@ handlesig(int signo)
if (signo == SIGCHLD) {
while (waitpid(-1, NULL, WNOHANG) > 0) {
pid_t *p, *lim;
- if (in.si_pid == child_pid)
- child_pid = -1;
if (!(p = autostart_pids))
continue;
lim = &p[autostart_len];