mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
And update one last test baseline
This commit is contained in:
parent
55f99c0da9
commit
04fa937129
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ function skeleton_add_rule_fun(p: PluginState, r: Rule) : bool
|
|||
return T;
|
||||
}
|
||||
|
||||
function skeleton_remove_rule_fun(p: PluginState, r: Rule) : bool
|
||||
function skeleton_remove_rule_fun(p: PluginState, r: Rule, reason: string &default="") : bool
|
||||
{
|
||||
print "remove", r;
|
||||
event NetControl::rule_removed(r, p);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue