Add the second required argument to write()
git-svn-id: file:///home/svn/framework3/trunk@12518 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
@@ -130,7 +130,7 @@ module PassiveX
|
||||
#
|
||||
# The write function for Rex::IO::StreamAbstraction.monitor_rsock
|
||||
#
|
||||
def write(buf)
|
||||
def write(buf, opts={})
|
||||
write_remote(buf)
|
||||
return buf.length
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user