netfilter: nfnetlink_queue: just returns error for unknown command

This patch stops processing options for unknown command.

Signed-off-by: Ken-ichirou MATSUZAWA <chamas@h4.dion.ne.jp>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
This commit is contained in:
Ken-ichirou MATSUZAWA 2016-01-05 09:31:40 +09:00 committed by Pablo Neira Ayuso
parent 17bc6b4884
commit 21c3c971d1
1 changed files with 1 additions and 1 deletions

View File

@ -1182,7 +1182,7 @@ static int nfqnl_recv_config(struct net *net, struct sock *ctnl,
break;
default:
ret = -ENOTSUPP;
break;
goto err_out_unlock;
}
}