changing the initial state from false to nil

bug/bundler_fix
lsanchez-r7 2014-02-19 16:45:00 -06:00
parent 07fd3494e5
commit f7a483523c
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ module Exploit::Remote::SMTPDeliver
# Avoid sending tons of data and killing the connection if the server
# didn't like us.
send_status = false
send_status = nil
if not resp or not resp[0,3] == '354'
print_error("Server refused our mail")
else