mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
bifcl: Don't pass a TimerMgr to EventMgr::Enqueue()
This commit is contained in:
parent
de453419d7
commit
b6b094b43a
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ void print_event_c_body(FILE *fp)
|
|||
}
|
||||
}
|
||||
|
||||
fprintf(fp, "\t },\n\t SOURCE_LOCAL, analyzer->GetID(), timer_mgr");
|
||||
fprintf(fp, "\t },\n\t SOURCE_LOCAL, analyzer->GetID()");
|
||||
|
||||
if ( connection_arg )
|
||||
// Pass the connection to the EventMgr as the "cookie"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue