Commit 628c70da authored by Linus Torvalds's avatar Linus Torvalds
parents cbd83da8 a96aca88
...@@ -256,6 +256,7 @@ static void *exp_seq_next(struct seq_file *s, void *v, loff_t *pos) ...@@ -256,6 +256,7 @@ static void *exp_seq_next(struct seq_file *s, void *v, loff_t *pos)
{ {
struct list_head *e = v; struct list_head *e = v;
++*pos;
e = e->next; e = e->next;
if (e == &ip_conntrack_expect_list) if (e == &ip_conntrack_expect_list)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment