Update Supervisor code for the new IOSource API

This commit is contained in:
Tim Wojtulewicz 2020-01-29 16:35:29 -07:00
parent 6ddcc87c48
commit 0cfb115c1b
3 changed files with 20 additions and 12 deletions

View file

@ -674,6 +674,9 @@ int main(int argc, char** argv)
broker_mgr->InitPostScript();
timer_mgr->InitPostScript();
if ( zeek::supervisor_mgr )
zeek::supervisor_mgr->InitPostScript();
if ( options.print_plugins )
{
bool success = show_plugins(options.print_plugins);