From b689796678c0650071a454bdc0941d08573cda20 Mon Sep 17 00:00:00 2001 From: Wei Chen Date: Sat, 29 Oct 2011 18:54:24 +0000 Subject: [PATCH] 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 --- lib/rex/ui/text/table.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/rex/ui/text/table.rb b/lib/rex/ui/text/table.rb index 26453dd824..2317a064ed 100644 --- a/lib/rex/ui/text/table.rb +++ b/lib/rex/ui/text/table.rb @@ -1,4 +1,5 @@ require 'rex/ui' +require 'rex/socket' module Rex module Ui