1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-10-29 18:07:27 +01:00

Delete return keyword

This commit is contained in:
jvazquez-r7 2014-11-25 23:11:53 -06:00
parent 85926e1a07
commit 16ed90db88

View File

@ -57,7 +57,7 @@ class Metasploit3 < Msf::Exploit::Remote
end
def uri
return target_uri.path
target_uri.path
end