mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Merge remote-tracking branch 'origin/master' into topic/robin/dynamic-plugins-2.3
This commit is contained in:
commit
ba7af428a7
133 changed files with 3382 additions and 1381 deletions
|
@ -2833,6 +2833,7 @@ void RemoteSerializer::GotEvent(const char* name, double time,
|
|||
if ( ! current_peer )
|
||||
{
|
||||
Error("unserialized event from unknown peer");
|
||||
delete_vals(args);
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -2882,6 +2883,7 @@ void RemoteSerializer::GotFunctionCall(const char* name, double time,
|
|||
if ( ! current_peer )
|
||||
{
|
||||
Error("unserialized function from unknown peer");
|
||||
delete_vals(args);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue