Removed the policy subpaths from the Bro core.

This commit is contained in:
Seth Hall 2011-07-08 00:06:02 -04:00
parent b307cbbe64
commit 0af6e47ccd
2 changed files with 2 additions and 5 deletions

View file

@ -756,9 +756,6 @@ const char* bro_path()
if ( ! path )
path = ".:"
POLICYDEST ":"
POLICYDEST "/detectors:"
POLICYDEST "/frameworks:"
POLICYDEST "/protocols:"
POLICYDEST "/site";
return path;