Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315020
b: refs/heads/master
c: 59560a3
h: refs/heads/master
v: v3
  • Loading branch information
Tomasz Bursztyka authored and Pablo Neira Ayuso committed Jul 4, 2012
1 parent 428fb64 commit e2f6a5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: be0593c678249cbb32c6096a705f05a9834e257d
refs/heads/master: 59560a38a379b6c9048620ee10711d3c0c5974b3
4 changes: 3 additions & 1 deletion trunk/net/netfilter/nfnetlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,11 @@ static int nfnetlink_rcv_msg(struct sk_buff *skb, struct nlmsghdr *nlh)
lockdep_is_held(&nfnl_mutex)) != ss ||
nfnetlink_find_client(type, ss) != nc)
err = -EAGAIN;
else
else if (nc->call)
err = nc->call(net->nfnl, skb, nlh,
(const struct nlattr **)cda);
else
err = -EINVAL;
nfnl_unlock();
}
if (err == -EAGAIN)
Expand Down

0 comments on commit e2f6a5a

Please sign in to comment.