mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 16:18:19 +00:00
setting the stage for implementation of lambdas in compiled-to-C++ code
This commit is contained in:
parent
5efba9e115
commit
8d2bb28f03
1 changed files with 2 additions and 1 deletions
|
@ -430,7 +430,8 @@ std::pair<bool, FramePtr> Frame::Unserialize(const broker::vector& data,
|
||||||
|
|
||||||
if ( captures || *has_name == "CopyFrame" )
|
if ( captures || *has_name == "CopyFrame" )
|
||||||
{
|
{
|
||||||
ASSERT(captures && *has_name == "CopyFrame");
|
if ( captures )
|
||||||
|
ASSERT(*has_name == "CopyFrame");
|
||||||
|
|
||||||
auto has_body = broker::get_if<broker::vector>(*where);
|
auto has_body = broker::get_if<broker::vector>(*where);
|
||||||
if ( ! has_body )
|
if ( ! has_body )
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue