mirror of
https://github.com/nmap/nmap.git
synced 2026-07-11 10:44:33 +00:00
Correct the DTD for hosthint element. Fixes #2217
This commit is contained in:
parent
77f764fe72
commit
e7b40571ef
1 changed files with 1 additions and 1 deletions
|
|
@ -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 >
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue