diff options
| author | Daniil Baturin <daniil@baturin.org> | 2021-02-10 22:06:36 +0700 |
|---|---|---|
| committer | Daniil Baturin <daniil@baturin.org> | 2021-02-10 22:06:36 +0700 |
| commit | 3eb5e4a458ec62bcf14d065d47d9827327a51b2a (patch) | |
| tree | d519feff694062f92dc49d1b5547ae27c0e150bc /src/ipaddrcheck_functions.h | |
| parent | a5eb1c40b58f653d902572d9deb21919df103544 (diff) | |
| download | ipaddrcheck-3eb5e4a458ec62bcf14d065d47d9827327a51b2a.tar.gz ipaddrcheck-3eb5e4a458ec62bcf14d065d47d9827327a51b2a.zip | |
Correct the double colon check commands.
How late at night must it have been for me to write "semicolons"?
Diffstat (limited to 'src/ipaddrcheck_functions.h')
| -rw-r--r-- | src/ipaddrcheck_functions.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
