]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[NETFILTER]: ctnetlink: remove unused variable
authorPablo Neira Ayuso <pablo@netfilter.org>
Thu, 5 Jan 2006 20:18:44 +0000 (12:18 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 5 Jan 2006 20:18:44 +0000 (12:18 -0800)
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/netfilter/ip_conntrack_netlink.c

index df04ad873cc2c261fee5a3681874c9d1efac335b..703f2d2e3464075f6df809ee85e77bb336fe24f2 100644 (file)
@@ -1203,7 +1203,6 @@ static int ctnetlink_expect_event(struct notifier_block *this,
        unsigned int type;
        unsigned char *b;
        int flags = 0;
-       u16 proto;
 
        if (events & IPEXP_NEW) {
                type = IPCTNL_MSG_EXP_NEW;
@@ -1230,7 +1229,6 @@ static int ctnetlink_expect_event(struct notifier_block *this,
                goto nfattr_failure;
 
        nlh->nlmsg_len = skb->tail - b;
-       proto = exp->tuple.dst.protonum;
        nfnetlink_send(skb, 0, NFNLGRP_CONNTRACK_EXP_NEW, 0);
        return NOTIFY_DONE;