mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-11 01:54:55 +00:00
Addition to prev. revision [#METR-17973].
This commit is contained in:
parent
3183deadef
commit
baa25bf288
@ -265,7 +265,7 @@ public:
|
||||
else
|
||||
throw Exception("Unknown address pattern type: " + *it, ErrorCodes::UNKNOWN_ADDRESS_PATTERN_TYPE);
|
||||
|
||||
patterns.push_back(pattern);
|
||||
patterns.emplace_back(std::move(pattern));
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user