1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Fix a copy-paste error

This commit is contained in:
dmiller
2020-02-18 19:39:03 +00:00
parent ad2eb47aa7
commit 36018c07d7

View File

@@ -158,7 +158,6 @@ sniffInterface = function(iface, Decoders, decodertab)
decodertab.udp[uport] = Decoders.udp[uport]:new()
end
stdnse.new_thread(decodertab.udp[uport].process, decodertab.udp[uport], data)
decoded = true
-- The packet was decoded successfully but we don't have a valid decoder
-- Report this
elseif ( p and p.udp_dport ) then