Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit af756e9d authored by David S. Miller's avatar David S. Miller
Browse files
parents ac096642 de9963f0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -133,6 +133,7 @@ unsigned int nf_iterate(struct list_head *head,

		/* Optimization: we don't need to hold module
		   reference here, since function can't sleep. --RR */
repeat:
		verdict = elem->hook(hook, skb, indev, outdev, okfn);
		if (verdict != NF_ACCEPT) {
#ifdef CONFIG_NETFILTER_DEBUG
@@ -145,7 +146,7 @@ unsigned int nf_iterate(struct list_head *head,
#endif
			if (verdict != NF_REPEAT)
				return verdict;
			*i = (*i)->prev;
			goto repeat;
		}
	}
	return NF_ACCEPT;