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

Commit e28fa6a6 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "netfilter: fixed compilation issue expected ;"

parents 0a91f899 4261f1ec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -154,7 +154,7 @@ static bool nattype_packet_in_match(const struct ipt_nattype *nte,
	 * further.
	 */
	if (nte->proto != iph->protocol) {
		DEBUGP("nattype_packet_in_match: protocol failed: nte proto:"
		DEBUGP("nattype_packet_in_match: protocol failed: nte proto:");
		DEBUGP(" %d, packet proto: %d\n",
		       nte->proto, iph->protocol);
		return false;