mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +00:00
Merge remote-tracking branch 'origin/topic/neverlord/hide-caf'
* origin/topic/neverlord/hide-caf: Fix GCC builds and string output for Broker errors Update to latest Broker without public CAF dep
This commit is contained in:
commit
5f1f005142
34 changed files with 393 additions and 1066 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