1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-13 03:09:02 +00:00

extrainfo shouldn't be a <special field>.

This commit is contained in:
david
2012-05-05 18:02:45 +00:00
parent ec027e9085
commit 9dbfcba8d2

View File

@@ -258,7 +258,7 @@ class ServicesPage(gtk.Notebook):
for key in port['service']: for key in port['service']:
if key in ['servicefp', 'extrainfo']: if key in ['servicefp']:
text = _('[%d] service: %s') % (port['id'], key) text = _('[%d] service: %s') % (port['id'], key)