1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-10-09 04:26:11 +02:00

remove unused variable

This commit is contained in:
Shelby Pace 2019-07-08 12:57:47 -05:00
parent f0f1a41ba5
commit ccdb7ba262
No known key found for this signature in database
GPG Key ID: B2F3A8B476406857

View File

@ -114,7 +114,7 @@ class MetasploitModule < Msf::Exploit::Local
register_file_for_cleanup(diaghub_path)
cmd = "\"#{diaghub_path}\" \"#{dll_path}\""
out = cmd_exec(cmd)
cmd_exec(cmd)
end
def exploit