mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 21:18:20 +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 = i->lastDict->NextEntry(c) ) ) {
|
||||||
while ( ( ih = filter->lastDict->NextEntry(lastDictIdxKey, c) ) ) {
|
while ( ( ih = filter->lastDict->NextEntry(lastDictIdxKey, c) ) ) {
|
||||||
|
|
||||||
ListVal * idx;
|
ListVal * idx = 0;
|
||||||
Val *val;
|
Val *val = 0;
|
||||||
|
|
||||||
if ( filter->pred || filter->event ) {
|
if ( filter->pred || filter->event ) {
|
||||||
idx = filter->tab->RecoverIndex(ih->idxkey);
|
idx = filter->tab->RecoverIndex(ih->idxkey);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue