mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Removed a non-functional builtin plugin preload loading mechanism
This commit is contained in:
parent
0470b06537
commit
adb8ee16cb
1 changed files with 0 additions and 9 deletions
|
@ -275,15 +275,6 @@ bool Manager::ActivateDynamicPluginInternal(const std::string& name, bool ok_if_
|
|||
// First load {scripts}/__preload__.zeek automatically.
|
||||
init = dir + "scripts/__preload__.zeek";
|
||||
|
||||
if ( util::is_file(init) )
|
||||
{
|
||||
DBG_LOG(DBG_PLUGINS, " Loading %s", init.c_str());
|
||||
scripts_to_load.push_back(init);
|
||||
}
|
||||
|
||||
// First load {scripts}/__preload__.zeek automatically.
|
||||
init = dir + "builtin-plugins/__preload__.zeek";
|
||||
|
||||
if ( util::is_file(init) )
|
||||
{
|
||||
DBG_LOG(DBG_PLUGINS, " Loading %s", init.c_str());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue