mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
bifcl: SOURCE_LOCAL is part of the zeek::util::detail namespace now
This commit is contained in:
parent
c5189596da
commit
74d21a40e4
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ static void print_event_c_body(FILE* fp, bool smart)
|
|||
}
|
||||
}
|
||||
|
||||
fprintf(fp, "\t },\n\t SOURCE_LOCAL, analyzer->GetID()");
|
||||
fprintf(fp, "\t },\n\t zeek::util::detail::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