Skip to content

Commit c1234e0

Browse files
committed
Delete parenthesis from condition
1 parent 0283ac0 commit c1234e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/gather/apple_safari_ftp_url_cookie_theft.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def start_http(opts={})
6666
use_zlib
6767

6868
comm = datastore['ListenerComm']
69-
if (comm.to_s == 'local')
69+
if comm.to_s == 'local'
7070
comm = ::Rex::Socket::Comm::Local
7171
else
7272
comm = nil

0 commit comments

Comments
 (0)