]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/netfilter/nf_conntrack_netlink.c
[NETFILTER]: ctnetlink: Fix subsystem used for expectation events
[linux-2.6-omap-h63xx.git] / net / netfilter / nf_conntrack_netlink.c
index 73ab16bc7d4052d155257686b09cd103da3a960d..e98d00c536c94c3816456f04099bc198cf0123c4 100644 (file)
@@ -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);