mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 17:48:21 +00:00
Fix typo
This commit is contained in:
parent
d29a43fb79
commit
35334a7681
1 changed files with 1 additions and 1 deletions
|
@ -381,7 +381,7 @@ bool Reporter::PermitFlowWeird(const char* name,
|
|||
bool Reporter::PermitExpiredConnWeird(const char* name, const RecordVal& conn_id)
|
||||
{
|
||||
if ( !conn_id.HasField("orig_h") || !conn_id.HasField("resp_h") ||
|
||||
!conn_id.HasField("orig_p") || !conn_id.HadField("resp_p") )
|
||||
!conn_id.HasField("orig_p") || !conn_id.HasField("resp_p") )
|
||||
return false;
|
||||
|
||||
auto conn_tuple = std::make_tuple(conn_id.GetFieldAs<AddrVal>("orig_h"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue