mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Fix a copy-paste error
This commit is contained in:
parent
ad2eb47aa7
commit
36018c07d7
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue