From 3eb5e4a458ec62bcf14d065d47d9827327a51b2a Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Wed, 10 Feb 2021 22:06:36 +0700 Subject: Correct the double colon check commands. How late at night must it have been for me to write "semicolons"? --- src/ipaddrcheck_functions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ipaddrcheck_functions.h') diff --git a/src/ipaddrcheck_functions.h b/src/ipaddrcheck_functions.h index 07fa776..73dd246 100644 --- a/src/ipaddrcheck_functions.h +++ b/src/ipaddrcheck_functions.h @@ -52,7 +52,7 @@ #define NO_LOOPBACK 0 #define LOOPBACK_ALLOWED 1 -int duplicate_double_semicolons(char* address_str); +int duplicate_double_colons(char* address_str); int is_ipv4_cidr(char* address_str); int is_ipv4_single(char* address_str); int is_ipv6_cidr(char* address_str); -- cgit v1.2.3