bifcl: Don't pass a TimerMgr to EventMgr::Enqueue()

This commit is contained in:
Jon Siwek 2020-03-25 19:02:38 -07:00 committed by Tim Wojtulewicz
parent de453419d7
commit b6b094b43a

View file

@ -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"