Racket fix bailiwicked modules

git-svn-id: file:///home/svn/framework3/trunk@6950 4d416f70-5f16-0410-b530-b9f4589650da
unstable
et 2009-08-11 02:49:23 +00:00
parent 41121f5870
commit 5a84e7b47f
2 changed files with 2 additions and 2 deletions

View File

@ -302,7 +302,7 @@ class Metasploit3 < Msf::Auxiliary
src_ip = Rex::Text.rand_text(4).unpack("C4").join(".")
end
n = Racket.new
n = Racket::Racket.new
n.l3 = Racket::IPv4.new
n.l3.src_ip = src_ip
n.l3.dst_ip = target

View File

@ -296,7 +296,7 @@ class Metasploit3 < Msf::Auxiliary
src_ip = Rex::Text.rand_text(4).unpack("C4").join(".")
end
n = Racket.new
n = Racket::Racket.new
n.l3 = Racket::IPv4.new
n.l3.src_ip = src_ip
n.l3.dst_ip = target