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:
Daniel Thayer 2018-09-19 15:47:27 -05:00
parent 38ff76a176
commit 096a7f4f5e

View file

@ -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 )