summaryrefslogtreecommitdiff
path: root/net/ipv4/netfilter/nf_nat_proto_unknown.c
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2008-03-20 15:15:49 +0100
committerPatrick McHardy <kaber@trash.net>2008-04-14 11:15:48 +0200
commit2d2d84c40e19a7fce51ba1f124ecde105104192d (patch)
tree7388dd42d235b02e5028e4bb6242a481f1a47a41 /net/ipv4/netfilter/nf_nat_proto_unknown.c
parentca6a50749012fc17feeec91ee2f9eeacacf06f0b (diff)
[NETFILTER]: nf_nat: remove unused name from struct nf_nat_protocol
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'net/ipv4/netfilter/nf_nat_proto_unknown.c')
-rw-r--r--net/ipv4/netfilter/nf_nat_proto_unknown.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/netfilter/nf_nat_proto_unknown.c b/net/ipv4/netfilter/nf_nat_proto_unknown.c
index a26efeb073cb..cda21ff0e4cf 100644
--- a/net/ipv4/netfilter/nf_nat_proto_unknown.c
+++ b/net/ipv4/netfilter/nf_nat_proto_unknown.c
@@ -46,7 +46,6 @@ unknown_manip_pkt(struct sk_buff *skb,
}
const struct nf_nat_protocol nf_nat_unknown_protocol = {
- .name = "unknown",
/* .me isn't set: getting a ref to this cannot fail. */
.manip_pkt = unknown_manip_pkt,
.in_range = unknown_in_range,