mirror of
https://github.com/nmap/nmap.git
synced 2026-02-08 22:46:34 +00:00
Fixes typo. PR commited by sudosammy. Closes #605
This commit is contained in:
@@ -259,7 +259,7 @@ AMQP = {
|
||||
end
|
||||
|
||||
-- parse protocol version
|
||||
status, tmp = self.amqpsocket:receive_buf(match.num_bytes(2), true)
|
||||
status, tmp = self.amqpsocket:receive_buf(match.numbytes(2), true)
|
||||
if ( not(status) ) then
|
||||
return status, "ERROR: AMQP:handshake connection closed unexpectedly while reading version"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user