diff --git a/global_structures.h b/global_structures.h index 9e6f0ccb2..220e2f058 100644 --- a/global_structures.h +++ b/global_structures.h @@ -175,6 +175,11 @@ struct FingerMatch { int line; /* For reference prints, the line # in nmap-os-db */ char *OS_name; std::vector OS_class; + + FingerMatch() { + line = -1; + OS_name = NULL; + } }; struct FingerTest {