Delete parenthesis from condition

This commit is contained in:
jvazquez-r7 2015-04-20 14:56:37 -05:00
parent 0283ac05e5
commit c1234e05e2
No known key found for this signature in database
GPG Key ID: 38D99152B9352D83
1 changed files with 1 additions and 1 deletions

View File

@ -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