mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Integrate review feedback
This commit is contained in:
parent
647fdf7737
commit
a69928d977
6 changed files with 52 additions and 37 deletions
|
@ -66,7 +66,7 @@ std::optional<BrokerData> CPPLambdaFunc::SerializeCaptures() const {
|
|||
|
||||
BrokerListBuilder builder;
|
||||
builder.Reserve(2);
|
||||
builder.AddString(name.data(), name.size());
|
||||
builder.Add(name.data(), name.size());
|
||||
builder.Add(std::move(body));
|
||||
return std::move(builder).Build();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue