aboutsummaryrefslogtreecommitdiffstats
path: root/svcscan.c
diff options
context:
space:
mode:
Diffstat (limited to 'svcscan.c')
-rw-r--r--svcscan.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/svcscan.c b/svcscan.c
index 174cbb4..2ed2967 100644
--- a/svcscan.c
+++ b/svcscan.c
@@ -423,6 +423,8 @@ main(int argc, char **argv)
if (dir_fd == -1)
err(1, "open()");
+ signal_existing(dir_fd);
+
kq = kqueue();
if (kq == -1)
err(1, "kqueue()");