1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-22 15:39:03 +00:00

trailing whitespace

This commit is contained in:
henri
2011-06-20 21:09:42 +00:00
parent b2d1ac7580
commit a8f9bd8d35

View File

@@ -217,7 +217,7 @@ local udp_funcs = {
-- mark the gateway as forwarding the packet -- mark the gateway as forwarding the packet
scanner.ports.udp[port].final_ttl = gateway_ttl(scanner.target.traceroute, packet.toip(ip.ip_bin_src)) scanner.ports.udp[port].final_ttl = gateway_ttl(scanner.target.traceroute, packet.toip(ip.ip_bin_src))
scanner.ports.udp[port].scanned = true scanner.ports.udp[port].scanned = true
for i, probe in ipairs(scanner.active_probes) do for i, probe in ipairs(scanner.active_probes) do
if probe.proto == "udp" and probe.portno == ip2.udp_dport then if probe.proto == "udp" and probe.portno == ip2.udp_dport then