1
0
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:
paulino
2016-12-05 17:43:46 +00:00
parent 7b9c6e74d9
commit 07c840d9ec

View File

@@ -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