From 74d21a40e4b01ee5bab01cf9eab0647d617d50a2 Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Thu, 6 Aug 2020 15:47:32 -0700 Subject: [PATCH] bifcl: SOURCE_LOCAL is part of the zeek::util::detail namespace now --- tools/bifcl/builtin-func.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/bifcl/builtin-func.y b/tools/bifcl/builtin-func.y index 36a47cfcca..0688f16611 100644 --- a/tools/bifcl/builtin-func.y +++ b/tools/bifcl/builtin-func.y @@ -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"