Skip to content

Commit 043d1a2

Browse files
author
Brent Cook
committed
remove early require of rex in msfcli
This is causing startup issues in some environments where not all the rex dependencies are loading. Remove it for now, removal of msfcli is close at hand anyway.
1 parent cc47f8f commit 043d1a2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

msfcli

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ while File.symlink?(msfbase)
1919
end
2020

2121
$:.unshift(File.expand_path(File.join(File.dirname(msfbase), 'lib')))
22-
require 'rex'
23-
2422

2523
class Msfcli
2624
#

0 commit comments

Comments
 (0)