Skip to content

Commit

Permalink
nafc why getting nil error, this works tho
Browse files Browse the repository at this point in the history
  • Loading branch information
singe committed Apr 10, 2014
1 parent f482f4a commit 0b66024
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openssl_heartbleed.rb
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ def peer

def tls_ftp
res = sock.get_once
unless res && res +~ /^220/
return nil
end
#unless res && res +~ /^220/
#return nil
#end
sock.put("AUTH TLS\r\n")
sock.get_once
end
Expand Down

0 comments on commit 0b66024

Please sign in to comment.