1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-20 21:29:06 +00:00

Correct the DTD for hosthint element. Fixes #2217

This commit is contained in:
dmiller
2020-12-30 23:31:35 +00:00
parent 77f764fe72
commit e7b40571ef

View File

@@ -151,7 +151,7 @@
>
<!-- these elements are written by scan_engine.c:ultrascan_host_pspec_update() -->
<!ELEMENT hosthint (status,address,hostnames)* >
<!ELEMENT hosthint (status,address+,hostnames?) >
<!-- these elements are written by output.c:write_xml_initial_hostinfo() -->
<!ELEMENT status EMPTY >