]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/ipv4/netfilter/nf_nat_proto_udplite.c
netfilter: nf_nat: make unique_tuple return void
[net-next-2.6.git] / net / ipv4 / netfilter / nf_nat_proto_udplite.c
index 440a229bbd87df929816d53d02764d7879478ba1..3cc8c8af39ef2fe82905fdad69b0b64af0f4e770 100644 (file)
 
 static u_int16_t udplite_port_rover;
 
-static bool
+static void
 udplite_unique_tuple(struct nf_conntrack_tuple *tuple,
                     const struct nf_nat_range *range,
                     enum nf_nat_manip_type maniptype,
                     const struct nf_conn *ct)
 {
-       return nf_nat_proto_unique_tuple(tuple, range, maniptype, ct,
-                                        &udplite_port_rover);
+       nf_nat_proto_unique_tuple(tuple, range, maniptype, ct,
+                                 &udplite_port_rover);
 }
 
 static bool