Errant whitespace

bug/bundler_fix
Tod Beardsley 2014-04-14 13:34:39 -05:00
parent 1f5f697037
commit 66a50b33fd
No known key found for this signature in database
GPG Key ID: 1EFFB682ADB9F193
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ class Metasploit3 < Msf::Post
}
return sanitized;
}
// Find user from returned array of nsILoginInfo objects
for (var i = 0; i < logins.length; i++) {
passwords.push(sanitize(logins[i]));