Integrate review feedback

This commit is contained in:
Dominik Charousset 2021-05-26 08:05:14 +02:00
parent 7767c3d36c
commit 3f4b340abb
2 changed files with 3 additions and 2 deletions

View file

@ -76,6 +76,7 @@ static inline void set_option(const char* option, const T& value)
auto ptr = make_intrusive<VectorVal>(zeek::id::string_vec);
for ( const auto& str : value )
ptr->Append(make_intrusive<StringVal>(str));
id->SetVal(std::move(ptr));
}
else
{