Skip to content

Commit

Permalink
fix for unnecessary require in command dispatcher
Browse files Browse the repository at this point in the history
  • Loading branch information
alhazred committed Jan 23, 2012
1 parent 14165be commit 8479fef
Showing 1 changed file with 0 additions and 5 deletions.
Expand Up @@ -57,11 +57,6 @@ def msf_loaded?
return @msf_loaded unless @msf_loaded.nil?
# if we get here we must not have initialized yet

if client.framework
# We have a framework instance so the msf libraries should be
# available. Load up the ones we're going to use
require 'msf/base/serializer/readable_text'
end
@msf_loaded = !!(client.framework)
@msf_loaded
end
Expand Down

0 comments on commit 8479fef

Please sign in to comment.