mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
More small fixes
This commit is contained in:
parent
616ed22572
commit
cda7c93704
2 changed files with 5 additions and 5 deletions
|
@ -293,7 +293,7 @@ int Plugin::HookLoadFile(const std::string& file, const std::string& ext)
|
|||
|
||||
std::pair<Val*, bool> Plugin::HookCallFunction(const Func* func, Frame *parent, val_list* args)
|
||||
{
|
||||
std::pair<Val*, bool> result(NULL, false);
|
||||
std::pair<Val*, bool> result(NULL, false);
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue