mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 17:48:21 +00:00
Add a missing "break" in OSFinger.cc
This appears to be an error introduced when the original C code was converted to C++.
This commit is contained in:
parent
38ff76a176
commit
096a7f4f5e
1 changed files with 1 additions and 0 deletions
|
@ -469,6 +469,7 @@ reparse_ptr:
|
||||||
{
|
{
|
||||||
case 'E':
|
case 'E':
|
||||||
Error("OS fingerprinting: Quirk 'E' is obsolete. Remove it, append E to the options. Line",(uint32)ln);
|
Error("OS fingerprinting: Quirk 'E' is obsolete. Remove it, append E to the options. Line",(uint32)ln);
|
||||||
|
break;
|
||||||
|
|
||||||
case 'K':
|
case 'K':
|
||||||
if ( mode != RST_FINGERPRINT_MODE )
|
if ( mode != RST_FINGERPRINT_MODE )
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue