mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +00:00
Fix some minor Coverity Scan complaints.
This commit is contained in:
parent
432744fde4
commit
dec96234e3
6 changed files with 14 additions and 2 deletions
|
@ -266,7 +266,11 @@ protected:
|
|||
|
||||
Properties()
|
||||
{
|
||||
selectable_fd = -1;
|
||||
link_type = -1;
|
||||
hdr_size = -1;
|
||||
netmask = PCAP_NETMASK_UNKNOWN;
|
||||
is_live = false;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue