aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/urlapi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/urlapi.c b/lib/urlapi.c
index 03efccd7b..a0ee331da 100644
--- a/lib/urlapi.c
+++ b/lib/urlapi.c
@@ -597,7 +597,7 @@ static CURLUcode hostname_check(struct Curl_URL *u, char *hostname)
if(hostname[0] == '[') {
char dest[16]; /* fits a binary IPv6 address */
- const char *l = "0123456789abcdefABCDEF::.";
+ const char *l = "0123456789abcdefABCDEF:.";
hostname++;
hlen -= 2;