1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 20:29:03 +00:00

Whitespace.

This commit is contained in:
david
2011-02-21 22:59:34 +00:00
parent 562ee68df0
commit 0b4de98d24

View File

@@ -291,7 +291,7 @@ function do_rcpt(socket, username, domain)
return STATUS_CODES.ERROR, string.format("Failed to issue RCPT TO:<%s@%s> command (%s)", username, domain, response)
elseif string.match(response, "^550") then
-- 550 User Unknown
return STATUS_CODES.UNKNOWN
return STATUS_CODES.UNKNOWN
elseif string.match(response, "^553") then
-- 553 Relaying Denied
return STATUS_CODES.NOTPERMITTED