Skip to content

Commit a24ebde

Browse files
committed
Fix syntax on @@loaded_msfrpc
1 parent 8429465 commit a24ebde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/msf/msf_rpc_login.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def initialize
3636

3737
end
3838

39-
@@loaded_msfrpc
39+
@@loaded_msfrpc = false
4040
begin
4141
require 'msf/core/rpc/v10/client'
4242
@@loaded_msfrpc = true

0 commit comments

Comments
 (0)