Fixing default policy search path.

This commit is contained in:
Seth Hall 2011-08-06 00:46:12 -04:00
parent d223637460
commit e60213ac11

View file

@ -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;