diff options
-rw-r--r-- | net/netfilter/nfnetlink_log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netfilter/nfnetlink_log.c b/net/netfilter/nfnetlink_log.c index 285e9029a9ff..d9b8fb8ab340 100644 --- a/net/netfilter/nfnetlink_log.c +++ b/net/netfilter/nfnetlink_log.c | |||
@@ -768,7 +768,7 @@ nfulnl_recv_config(struct sock *ctnl, struct sk_buff *skb, | |||
768 | } | 768 | } |
769 | 769 | ||
770 | instance_destroy(inst); | 770 | instance_destroy(inst); |
771 | goto out; | 771 | goto out_put; |
772 | default: | 772 | default: |
773 | ret = -ENOTSUPP; | 773 | ret = -ENOTSUPP; |
774 | break; | 774 | break; |