mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
Update to latest Broker without public CAF dep
This commit is contained in:
parent
e93fcd3c64
commit
56f30b500a
32 changed files with 328 additions and 1064 deletions
|
@ -623,7 +623,7 @@ broker::expected<broker::data> X509Val::DoSerialize() const
|
|||
|
||||
bool X509Val::DoUnserialize(const broker::data& data)
|
||||
{
|
||||
auto s = caf::get_if<std::string>(&data);
|
||||
auto s = broker::get_if<std::string>(&data);
|
||||
if ( ! s )
|
||||
return false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue