msf*scan is busted with -i because of "uninitialized constant Rex::Socket". This addresses that issue.

git-svn-id: file:///home/svn/framework3/trunk@14117 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Wei Chen 2011-10-29 18:54:24 +00:00
parent 55e6672e6b
commit b689796678
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
require 'rex/ui' require 'rex/ui'
require 'rex/socket'
module Rex module Rex
module Ui module Ui