Skip to content

Commit 763d1ac

Browse files
committed
remove unnecessary option declaration
1 parent 85932a2 commit 763d1ac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/auxiliary/admin/sap/sap_configservlet_exec_noauth.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ def initialize(info = {})
2828
[
2929
Opt::RPORT(50000),
3030
OptString.new('CMD', [ true, 'The command to execute', 'whoami']),
31-
OptString.new('TARGETURI', [ true, 'Path to ConfigServlet', '/ctc/servlet']),
32-
OptBool.new('SSL', [true, 'Use SSL', false])
31+
OptString.new('TARGETURI', [ true, 'Path to ConfigServlet', '/ctc/servlet'])
3332
], self.class)
3433
end
3534

0 commit comments

Comments
 (0)