aboutsummaryrefslogtreecommitdiff
path: root/src/Uri.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Uri.cpp')
-rw-r--r--src/Uri.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Uri.cpp b/src/Uri.cpp
index a556276..3d8b4fa 100644
--- a/src/Uri.cpp
+++ b/src/Uri.cpp
@@ -316,7 +316,7 @@ namespace {
if (c == ':') {
numDigits = 0;
++numGroups;
- state = ValidationState::AFTER_COLON_EXPECT_GROUP_OR_IPV4;
+ state = ValidationState::COLON_AFTER_GROUP;
} else if (c == '.') {
ipv4AddressEncountered = true;
break;