1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-11 10:19:03 +00:00

Fix indentation in a line.

This commit is contained in:
david
2009-01-03 23:35:30 +00:00
parent 3b1f4fb755
commit d32794e2b6

View File

@@ -3969,7 +3969,7 @@ static bool get_pcap_result(UltraScanInfo *USI, struct timeval *stime) {
sizeof(struct ip)); sizeof(struct ip));
break; break;
} }
current_reason = icmp->icmp_code+ER_ICMPCODE_MOD; current_reason = icmp->icmp_code+ER_ICMPCODE_MOD;
if (newstate == PORT_UNKNOWN) break; if (newstate == PORT_UNKNOWN) break;
if (hss->target->v4hostip()->s_addr != ip->ip_src.s_addr) { if (hss->target->v4hostip()->s_addr != ip->ip_src.s_addr) {
/* If it's not directly from the remote host we don't alter our /* If it's not directly from the remote host we don't alter our