mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Fix some indentation.
This commit is contained in:
parent
bef983abdd
commit
0b715fd28c
1 changed files with 3 additions and 3 deletions
6
nmap.cc
6
nmap.cc
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue