Browse Source

Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6

Linus Torvalds 20 years ago
parent
commit
628c70da8f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      net/ipv4/netfilter/ip_conntrack_standalone.c

+ 1 - 0
net/ipv4/netfilter/ip_conntrack_standalone.c

@@ -256,6 +256,7 @@ static void *exp_seq_next(struct seq_file *s, void *v, loff_t *pos)
 {
  	struct list_head *e = v;
 
+	++*pos;
 	e = e->next;
 
 	if (e == &ip_conntrack_expect_list)