mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge branch 'master' of ssh://git.bro-ids.org/bro
Conflicts: scripts/policy/frameworks/control/controller.bro
This commit is contained in:
commit
69b61be0ef
1 changed files with 3 additions and 0 deletions
|
@ -65,6 +65,9 @@ function configuration_update_func(p: event_peer)
|
|||
# We don't want to update non-const globals because that's usually
|
||||
# where state is stored and those values will frequently be declared
|
||||
# with &redef so that attributes can be redefined.
|
||||
#
|
||||
# NOTE: functions are currently not fully supported for serialization and hence
|
||||
# aren't sent.
|
||||
if ( t$constant && t$redefinable && t$type_name != "func" )
|
||||
{
|
||||
send_id(p, id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue