diff --git a/src/core/libraries/network/http.cpp b/src/core/libraries/network/http.cpp index 10224e246..70ee6b5f3 100644 --- a/src/core/libraries/network/http.cpp +++ b/src/core/libraries/network/http.cpp @@ -299,7 +299,7 @@ std::unordered_map ParseHostOverridesJson( return out; } for (auto it = root.begin(); it != root.end(); ++it) { - .if (!it.key().empty() && it.key().front() == '_') { + if (!it.key().empty() && it.key().front() == '_') { continue; } if (!it.value().is_string()) {