mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
bifcl: Change internal_handler() usage
This commit is contained in:
parent
59e86c6ea0
commit
36dec9dbb5
1 changed files with 1 additions and 1 deletions
|
@ -610,7 +610,7 @@ head_1: TOK_ID opt_ws arg_begin
|
|||
decl.c_namespace_start.c_str(), decl.bare_name.c_str(), decl.c_namespace_end.c_str());
|
||||
|
||||
fprintf(fp_netvar_init,
|
||||
"\t%s = internal_handler(\"%s\");\n",
|
||||
"\t%s = event_registry->Register(\"%s\");\n",
|
||||
decl.c_fullname.c_str(), decl.bro_fullname.c_str());
|
||||
|
||||
record_bif_item(decl.bro_fullname.c_str(), "EVENT");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue