|
@@ -40,7 +40,8 @@ tcp_unique_tuple(struct ip_conntrack_tuple *tuple,
|
|
enum ip_nat_manip_type maniptype,
|
|
enum ip_nat_manip_type maniptype,
|
|
const struct ip_conntrack *conntrack)
|
|
const struct ip_conntrack *conntrack)
|
|
{
|
|
{
|
|
- static u_int16_t port, *portptr;
|
|
|
|
|
|
+ static u_int16_t port;
|
|
|
|
+ u_int16_t *portptr;
|
|
unsigned int range_size, min, i;
|
|
unsigned int range_size, min, i;
|
|
|
|
|
|
if (maniptype == IP_NAT_MANIP_SRC)
|
|
if (maniptype == IP_NAT_MANIP_SRC)
|