pass opts to real write

git-svn-id: file:///home/svn/framework3/trunk@6067 4d416f70-5f16-0410-b530-b9f4589650da
unstable
kris 2009-01-04 07:34:52 +00:00
parent 8546da23e4
commit 9790286a23
1 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ module SocketTracer
$stderr.puts "*** Outbound write blocked due to possible signature match"
return 0
end
super(buf)
super(buf, opts)
end
# Hook the read method
@ -111,4 +111,4 @@ module SocketTracer
]
end
end
end