fix EOL character

unstable
Brent Cook 2015-05-18 15:46:55 -05:00
parent e1eed6e9d9
commit 79db696c15
1 changed files with 1 additions and 2 deletions

View File

@ -172,6 +172,5 @@ class Metasploit3 < Msf::Post
password.gsub!(/[^[:print:]]/,'') password.gsub!(/[^[:print:]]/,'')
return password return password
end end
end
end