summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qa/ct_events_reliable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/ct_events_reliable.c b/qa/ct_events_reliable.c
index 1c8e194..b51d0e5 100644
--- a/qa/ct_events_reliable.c
+++ b/qa/ct_events_reliable.c
@@ -15,7 +15,7 @@ static int event_cb(enum nf_conntrack_msg_type type,
{
if (type == NFCT_T_NEW)
new++;
- if (type == NFCT_T_UPDATE)
+ else if (type == NFCT_T_UPDATE)
update++;
else if (type == NFCT_T_DESTROY)
destroy++;