mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Remove an unnecessary else.
This commit is contained in:
parent
adef20d1e3
commit
1f43eed01b
1 changed files with 1 additions and 2 deletions
|
|
@ -432,9 +432,8 @@ void FPNetworkControl::probe_transmission_handler(nsock_pool nsp, nsock_event ns
|
|||
assert(myprobe->host != NULL);
|
||||
if (send_ip_packet(this->rawsd, myprobe->getEthernet(), myprobe->host->getTargetAddress(), buf, len) == -1) {
|
||||
pfatal("Unable to send packet in %s", __func__);
|
||||
} else {
|
||||
myprobe->setTimeSent();
|
||||
}
|
||||
myprobe->setTimeSent();
|
||||
free(buf);
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue