Fix last commit

(cherry picked from commit 3770ba8520)
v3.5.13-sru
Timothy Pearson 12 years ago committed by Slávek Banko
parent 9e9f59cc3f
commit 339bb1ff18

@ -375,7 +375,7 @@ void restart_tsak()
if (child_pids[i] != 0) {
kill(child_pids[i], SIGKILL);
}
if (child_pids[i] != 0) {
if (child_led_pids[i] != 0) {
kill(child_led_pids[i], SIGKILL);
}
}

Loading…
Cancel
Save