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:
parent
85926e1a07
commit
16ed90db88
@ -57,7 +57,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||
end
|
||||
|
||||
def uri
|
||||
return target_uri.path
|
||||
target_uri.path
|
||||
end
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user