Skip to content

Commit

Permalink
remove unnecessary accessor
Browse files Browse the repository at this point in the history
  • Loading branch information
zgoldman-r7 committed Oct 17, 2023
1 parent d2d6466 commit ce438c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion lib/msf/core/session_manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ module Msf
###
class SessionManager < Hash

attr_accessor :on_error_proc
include Framework::Offspring

LAST_SEEN_INTERVAL = 60 * 2.5
Expand Down
1 change: 1 addition & 0 deletions lib/msf/ui/console/command_dispatcher/core.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@


require 'msf/core/opt_condition'

require 'optparse'

module Msf
Expand Down

0 comments on commit ce438c9

Please sign in to comment.