Remove unecessary return statement
This commit is contained in:
@@ -132,7 +132,6 @@ class MetasploitModule < Msf::Exploit::Remote
|
||||
public_filename = zimbra_get_public_path(target_filename)
|
||||
if public_filename.nil?
|
||||
fail_with(Failure::Unknown, 'Could not determine the public web path')
|
||||
return
|
||||
end
|
||||
|
||||
print_status('Checking the HTTP connection to the target')
|
||||
|
||||
Reference in New Issue
Block a user