Delete parenthesis from condition
parent
0283ac05e5
commit
c1234e05e2
|
@ -66,7 +66,7 @@ class Metasploit3 < Msf::Auxiliary
|
|||
use_zlib
|
||||
|
||||
comm = datastore['ListenerComm']
|
||||
if (comm.to_s == 'local')
|
||||
if comm.to_s == 'local'
|
||||
comm = ::Rex::Socket::Comm::Local
|
||||
else
|
||||
comm = nil
|
||||
|
|
Loading…
Reference in New Issue