Skip to content

Commit 60c2c7a

Browse files
committed
Delete unused variable
1 parent c0f21c3 commit 60c2c7a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/auxiliary/dos/http/f5_bigip_apm_max_sessions.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ def initialize(info = {})
5252
def run
5353
# Main function
5454
rlimit = datastore['RLIMIT']
55-
proto = datastore['SSL'] ? 'https' : 'http'
5655
force_attack = datastore['FORCE']
5756

5857
# Send an initial test request

0 commit comments

Comments
 (0)