summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flowtop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/flowtop.c b/flowtop.c
index 848fd6a..b2f67ea 100644
--- a/flowtop.c
+++ b/flowtop.c
@@ -1439,7 +1439,7 @@ static int flow_list_update_entry(struct flow_list *fl, struct nf_conntrack *ct)
{
struct flow_entry *n;
- n = flow_list_find_id(&flow_list, nfct_get_attr_u32(ct, ATTR_ID));
+ n = flow_list_find_id(fl, nfct_get_attr_u32(ct, ATTR_ID));
if (!n)
return NFCT_CB_CONTINUE;
ss='diffstat'>