mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
Smaller compile fixes for the new opaque serialization.
Also remove the non-existing clone function for EntrypyVals - which now can just use serialization :)
This commit is contained in:
parent
a50b06d6c1
commit
618f0802f4
8 changed files with 21 additions and 29 deletions
|
@ -234,7 +234,7 @@ std::unique_ptr<CardinalityCounter> CardinalityCounter::Unserialize(const broker
|
|||
cc->buckets.push_back(*x);
|
||||
}
|
||||
|
||||
return std::move(cc);
|
||||
return cc;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue