Undo revert from merge

bug/bundler_fix
Meatballs 2014-02-07 21:28:04 +00:00
parent 56359aa99f
commit 443a51bbf5
No known key found for this signature in database
GPG Key ID: 5380EAF01F2F8B38
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ class Metasploit3 < Msf::Exploit::Remote
# If we have already identified a DjVu file on the server trigger
# the exploit
if datastore['FILENAME']
unless datastore['FILENAME'].blank?
payload_request(uri, datastore['FILENAME'])
return
end