summaryrefslogtreecommitdiff
path: root/src/dropnroll.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dropnroll.c')
-rw-r--r--src/dropnroll.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dropnroll.c b/src/dropnroll.c
index e0bd08b..478ff91 100644
--- a/src/dropnroll.c
+++ b/src/dropnroll.c
@@ -411,6 +411,7 @@ int main_loop(int cmd_listen_fd, int inotify_fd, options_t* opt)
continue;
if(!ret) {
dnr_waitpid(&child_lst, opt);
+ dnr_check_runtime(&child_lst, opt);
continue;
}