Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279065
b: refs/heads/master
c: 35dba1d
h: refs/heads/master
i:
  279063: a8c6d3c
v: v3
  • Loading branch information
Pablo Neira Ayuso committed Dec 18, 2011
1 parent 9c26933 commit de5a845
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: b3e0bfa71b1db9d7a9fbea6965867784fd00ca3c
refs/heads/master: 35dba1d7f3ae669128a42c969d599ab8c604d61d
4 changes: 3 additions & 1 deletion trunk/net/netfilter/nf_conntrack_netlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -1851,7 +1851,9 @@ ctnetlink_get_expect(struct sock *ctnl, struct sk_buff *skb,
if (err < 0)
return err;

if (cda[CTA_EXPECT_MASTER])
if (cda[CTA_EXPECT_TUPLE])
err = ctnetlink_parse_tuple(cda, &tuple, CTA_EXPECT_TUPLE, u3);
else if (cda[CTA_EXPECT_MASTER])
err = ctnetlink_parse_tuple(cda, &tuple, CTA_EXPECT_MASTER, u3);
else
return -EINVAL;
Expand Down

0 comments on commit de5a845

Please sign in to comment.