mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Fix build
This commit is contained in:
parent
d026d4e289
commit
ac2de4cc95
@ -69,7 +69,7 @@ struct ExtractNetloc
|
||||
bool has_identification = false;
|
||||
Pos question_mark_pos = end;
|
||||
Pos slash_pos = end;
|
||||
auto start_of_host = pos;
|
||||
Pos start_of_host = pos;
|
||||
for (; pos < end; ++pos)
|
||||
{
|
||||
switch (*pos)
|
||||
|
Loading…
Reference in New Issue
Block a user