mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 02:58:20 +00:00
Reverting one of the my internal errors tweaks.
This commit is contained in:
parent
8e18f9d59e
commit
2a87a70884
1 changed files with 2 additions and 1 deletions
|
@ -1580,7 +1580,8 @@ BroFile* TCP_Analyzer::GetContentsFile(unsigned int direction) const
|
|||
default:
|
||||
break;
|
||||
}
|
||||
reporter->InternalWarning("bad direction %u in TCP_Analyzer::GetContentsFile",
|
||||
|
||||
reporter->Error("bad direction %u in TCP_Analyzer::GetContentsFile",
|
||||
direction);
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue