summaryrefslogtreecommitdiff
path: root/src/run.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/run.c')
-rw-r--r--src/run.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/run.c b/src/run.c
index 26c1783..159ef30 100644
--- a/src/run.c
+++ b/src/run.c
@@ -342,7 +342,6 @@ static int event_handler(const struct nlmsghdr *nlh,
}
out:
- /* we reset the iteration limiter in the main select loop. */
if (STATE(event_iterations_limit)-- <= 0)
return NFCT_CB_STOP;
else