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

Commit 4261f1ec authored by Ravinder Konka's avatar Ravinder Konka
Browse files

netfilter: fixed compilation issue expected ;



DEBUGP undeclared.

Change-Id: I83ffc3dd5d6ca7382246e332ec67d60f0ea502cc
Signed-off-by: default avatarRavinder Konka <rkonka@codeaurora.org>
parent f5d3db32
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;