fix load errors

git-svn-id: file:///home/svn/framework3/trunk@10933 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Mario Ceballos 2010-11-06 19:19:35 +00:00
parent 2a69811344
commit 58f62bedda
1 changed files with 2 additions and 2 deletions

View File

@ -159,7 +159,7 @@ class Metasploit3 < Msf::Exploit::Remote
print_status("FTP Banner: #{banner.strip}")
version = m[1]
else
raise RuntimeError, "No matching target")
raise RuntimeError, "No matching target"
end
regexp = Regexp.escape(version)
@ -171,7 +171,7 @@ class Metasploit3 < Msf::Exploit::Remote
end
if (not mytarget)
raise RuntimeError, "No matching target")
raise RuntimeError, "No matching target"
end
print_status("Selected Target: #{mytarget.name}")