mirror of
https://github.com/nmap/nmap.git
synced 2026-06-25 18:48:19 +00:00
Fixed wrong variable name.
This commit is contained in:
parent
059007601a
commit
3e73b033a2
1 changed files with 1 additions and 1 deletions
|
|
@ -315,7 +315,7 @@ Comm = {
|
|||
recv = function(self)
|
||||
local status, hdr_data = self.socket:receive_buf(match.numbytes(RPCAP.Header.size), true)
|
||||
if ( not(status) ) then
|
||||
return status, data
|
||||
return status, hdr_data
|
||||
end
|
||||
|
||||
local header = RPCAP.Header.parse(hdr_data)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue