remove comment

This commit is contained in:
Adrien MALINGREY 2023-04-09 03:08:17 +02:00
parent a09777bdc4
commit 64d2dece69

View File

@ -101,7 +101,6 @@
<xsl:param name="scannedHostAddress" />
<xsl:variable name="serviceName" select="@name"/>
<xsl:variable name="scannedPort" select="$scannedHost/ports/port[service/@name=$serviceName or @portid=$serviceName]"/>
<xsl:comment><xsl:value-of select="@name"/>,<xsl:value-of select="$scannedPort/service/@name='ftp'"/></xsl:comment>
<xsl:choose>
<xsl:when test="$scannedPort/state/@state='open'">
<xsl:choose>