From fda466c4176818dd465a3ce97a0c187e96c47803 Mon Sep 17 00:00:00 2001 From: tomsellers Date: Wed, 29 Dec 2010 17:25:57 +0000 Subject: [PATCH] Corrected an issue where the service detection type was set twice if the service was probed and found to be TCPWRAPPED. The second type entry was incorrect (set it to table) and has been removed. --- portlist.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/portlist.cc b/portlist.cc index b03c6e9a1..2f8e51cfd 100644 --- a/portlist.cc +++ b/portlist.cc @@ -335,7 +335,6 @@ void PortList::setServiceProbeResults(u16 portno, int protocol, port->service->dtype = SERVICE_DETECTION_PROBED; if (sname == NULL) sname = "tcpwrapped"; - port->service->dtype = SERVICE_DETECTION_TABLE; port->service->name_confidence = 8; } else { /* PROBESTATE_FINISHED_NOMATCH, PROBESTATE_EXCLUDED, PROBESTATE_INCOMPLETE.