Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19818
b: refs/heads/master
c: b633ad5
h: refs/heads/master
v: v3
  • Loading branch information
Marcus Sundberg authored and David S. Miller committed Feb 5, 2006
1 parent 3485089 commit b1cf79b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: fa60cf7f64a00c16e95717e8dccdb128877e342a
refs/heads/master: b633ad5fbf9e534142208700c58a530a4091eaab
2 changes: 1 addition & 1 deletion trunk/net/ipv4/netfilter/ip_conntrack_netlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -1216,7 +1216,7 @@ static int ctnetlink_expect_event(struct notifier_block *this,

b = skb->tail;

type |= NFNL_SUBSYS_CTNETLINK << 8;
type |= NFNL_SUBSYS_CTNETLINK_EXP << 8;
nlh = NLMSG_PUT(skb, 0, 0, type, sizeof(struct nfgenmsg));
nfmsg = NLMSG_DATA(nlh);

Expand Down
2 changes: 1 addition & 1 deletion trunk/net/netfilter/nf_conntrack_netlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -1232,7 +1232,7 @@ static int ctnetlink_expect_event(struct notifier_block *this,

b = skb->tail;

type |= NFNL_SUBSYS_CTNETLINK << 8;
type |= NFNL_SUBSYS_CTNETLINK_EXP << 8;
nlh = NLMSG_PUT(skb, 0, 0, type, sizeof(struct nfgenmsg));
nfmsg = NLMSG_DATA(nlh);

Expand Down

0 comments on commit b1cf79b

Please sign in to comment.