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

Commit eb075954 authored by Ken-ichirou MATSUZAWA's avatar Ken-ichirou MATSUZAWA Committed by Pablo Neira Ayuso
Browse files

netfilter: nfnetlink_log: just returns error for unknown command



This patch stops processing options for unknown command.

Signed-off-by: default avatarKen-ichirou MATSUZAWA <chamas@h4.dion.ne.jp>
Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
parent 71b2e5f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -888,7 +888,7 @@ static int nfulnl_recv_config(struct net *net, struct sock *ctnl,
			goto out_put;
		default:
			ret = -ENOTSUPP;
			break;
			goto out_put;
		}
	} else if (!inst) {
		ret = -ENODEV;