Remove unecessary return statement

This commit is contained in:
Christophe De La Fuente
2022-12-06 15:07:28 +01:00
parent b7cf112d42
commit ddaf5a3f0d
@@ -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')