X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=net%2Fipv4%2Fnetfilter%2Fip_nat_proto_udp.c;h=240004eede81541695d28b62cbd62303a9c888df;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=2938465569104fb3bd9f6e495320962fa8c7988e;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/net/ipv4/netfilter/ip_nat_proto_udp.c b/net/ipv4/netfilter/ip_nat_proto_udp.c index 293846556..240004eed 100644 --- a/net/ipv4/netfilter/ip_nat_proto_udp.c +++ b/net/ipv4/netfilter/ip_nat_proto_udp.c @@ -148,7 +148,7 @@ udp_print_range(char *buffer, const struct ip_nat_range *range) } struct ip_nat_protocol ip_nat_protocol_udp -= { { NULL, NULL }, "UDP", IPPROTO_UDP, += { "UDP", IPPROTO_UDP, udp_manip_pkt, udp_in_range, udp_unique_tuple,