1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-29 17:49:08 +00:00

Fix some indentation.

This commit is contained in:
david
2009-10-29 00:46:55 +00:00
parent bef983abdd
commit 0b715fd28c

View File

@@ -1721,11 +1721,11 @@ int nmap_main(int argc, char *argv[]) {
if (currenths->flags & HOST_UP && !o.listscan)
o.numhosts_up++;
if ((o.noportscan && !o.traceroute
if ((o.noportscan && !o.traceroute
#ifndef NOLUA
&& !o.script
&& !o.script
#endif
) || o.listscan) {
) || o.listscan) {
/* We're done with the hosts */
log_write(LOG_XML, "<host>");
write_host_header(currenths);