mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +00:00
Rename magic __bro_plugin__ file to __zeek_plugin__
This commit is contained in:
parent
1a54e66b53
commit
1f415a7775
3 changed files with 8 additions and 2 deletions
|
@ -94,7 +94,7 @@ void Manager::SearchDynamicPlugins(const std::string& dir)
|
|||
|
||||
// Check if it's a plugin directory.
|
||||
|
||||
const std::string magic = dir + "/__bro_plugin__";
|
||||
const std::string magic = dir + "/__zeek_plugin__";
|
||||
|
||||
if ( util::is_file(magic) )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue