|
@@ -535,7 +535,7 @@ static int w_ip_is_in_subnet(struct sip_msg* _msg, char* _s1, char* _s2)
|
|
enum enum_ip_type ip1_type, ip2_type;
|
|
enum enum_ip_type ip1_type, ip2_type;
|
|
@@ -586,7 +586,7 @@ static int w_ip_is_in_subnet(struct sip_msg* _msg, char* _s1, char* _s2)
|
|
if (_compare_ips(string1.s, string1.len, ip1_type, string2.s, string2.len, ip2_type))
|
|
if (_compare_ips(string1.s, string1.len, ip1_type, string2.s, string2.len, ip2_type))
|