mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
Small fixes
This commit is contained in:
parent
7eadcad674
commit
616ed22572
1 changed files with 11 additions and 11 deletions
|
@ -573,7 +573,7 @@ std::pair<Val*, bool> Manager::HookCallFunction(const Func* func, Frame* parent,
|
||||||
|
|
||||||
hook_list* l = hooks[HOOK_CALL_FUNCTION];
|
hook_list* l = hooks[HOOK_CALL_FUNCTION];
|
||||||
|
|
||||||
std::pair<Val*, bool> v;
|
std::pair<Val*, bool> v = std::pair<Val*, bool>(NULL, false);
|
||||||
|
|
||||||
if ( l )
|
if ( l )
|
||||||
for ( hook_list::iterator i = l->begin(); i != l->end(); ++i )
|
for ( hook_list::iterator i = l->begin(); i != l->end(); ++i )
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue