mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 04:28:20 +00:00
Fixing default policy search path.
This commit is contained in:
parent
d223637460
commit
e60213ac11
1 changed files with 1 additions and 1 deletions
|
@ -758,7 +758,7 @@ const char* bro_path()
|
|||
if ( ! path )
|
||||
path = ".:"
|
||||
POLICYDEST ":"
|
||||
POLICYDEST "/policy"
|
||||
POLICYDEST "/policy" ":"
|
||||
POLICYDEST "/site";
|
||||
|
||||
return path;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue