diff --git a/FingerPrintResults.cc b/FingerPrintResults.cc index aff2cfa22..80c5724d5 100644 --- a/FingerPrintResults.cc +++ b/FingerPrintResults.cc @@ -252,6 +252,10 @@ const char *FingerPrintResultsIPv6::OmitSubmissionFP() { return reason; } + if (osscan_opentcpport <= 0 && osscan_closedtcpport <= 0) { + return "Missing a closed or open TCP port so results incomplete"; + } + if (incomplete) { return "Some probes failed to send so results incomplete"; }