mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 12:38: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 )
|
if ( ! path )
|
||||||
path = ".:"
|
path = ".:"
|
||||||
POLICYDEST ":"
|
POLICYDEST ":"
|
||||||
POLICYDEST "/policy"
|
POLICYDEST "/policy" ":"
|
||||||
POLICYDEST "/site";
|
POLICYDEST "/site";
|
||||||
|
|
||||||
return path;
|
return path;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue