Skip to content

Commit

Permalink
use correct module
Browse files Browse the repository at this point in the history
git-svn-id: http://spoofed.org/racket/svn/trunk@168 64fbf49a-8b99-41c6-b593-eb2128c2192d
  • Loading branch information
jhart committed Dec 18, 2009
1 parent 1ca5024 commit 7dba082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/racket/l4/tcp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class TCP < RacketPart
# All rejiggering will happen when the call to fix!
# happens automagically.
def add_option(number, value)
t = Misc::TLV.new(1,1)
t = Racket::Misc::TLV.new(1,1)
t.type = number
t.value = value
t.length = value.length + 2
Expand Down

0 comments on commit 7dba082

Please sign in to comment.