mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 20:48:21 +00:00
fix compile warnings
This commit is contained in:
parent
94f53e3eb3
commit
e0b7dc0451
1 changed files with 2 additions and 2 deletions
|
@ -866,8 +866,8 @@ void InputMgr::EndCurrentSend(const InputReader* reader, int id) {
|
|||
//while ( ( ih = i->lastDict->NextEntry(c) ) ) {
|
||||
while ( ( ih = filter->lastDict->NextEntry(lastDictIdxKey, c) ) ) {
|
||||
|
||||
ListVal * idx;
|
||||
Val *val;
|
||||
ListVal * idx = 0;
|
||||
Val *val = 0;
|
||||
|
||||
if ( filter->pred || filter->event ) {
|
||||
idx = filter->tab->RecoverIndex(ih->idxkey);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue