projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4d6bb4
)
[NETFILTER]: ctnetlink: remove unused variable
author
Pablo Neira Ayuso
<pablo@netfilter.org>
Thu, 5 Jan 2006 20:18:44 +0000
(12:18 -0800)
committer
David 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
patch
|
blob
|
history
diff --git
a/net/ipv4/netfilter/ip_conntrack_netlink.c
b/net/ipv4/netfilter/ip_conntrack_netlink.c
index df04ad873cc2c261fee5a3681874c9d1efac335b..703f2d2e3464075f6df809ee85e77bb336fe24f2 100644
(file)
--- a/
net/ipv4/netfilter/ip_conntrack_netlink.c
+++ b/
net/ipv4/netfilter/ip_conntrack_netlink.c
@@
-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;