mirror of
https://github.com/nmap/nmap.git
synced 2026-08-28 12:31:12 +00:00
Add a cast to silence a compiler warning.
This commit is contained in:
parent
9a1ec98da3
commit
3889091495
1 changed files with 1 additions and 1 deletions
|
|
@ -1430,7 +1430,7 @@ void write_host_header(Target *currenths) {
|
|||
if (currenths->TargetName() != NULL
|
||||
&& currenths->resolved_addrs.size() > 1) {
|
||||
log_write(LOG_PLAIN, "Hostname %s resolves to %u IPs. Only scanned %s\n",
|
||||
currenths->TargetName(), currenths->resolved_addrs.size(),
|
||||
currenths->TargetName(), (unsigned int) currenths->resolved_addrs.size(),
|
||||
currenths->targetipstr());
|
||||
}
|
||||
/* Print reverse DNS if it differs. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue