add socket so cleanup happens

git-svn-id: file:///home/svn/framework3/trunk@10566 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Joshua Drake 2010-10-06 16:59:57 +00:00
parent 683a82bfee
commit fd0195133d
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ module Net; module SSH; module Transport
} }
) )
} }
options[:msfmodule].add_socket(@socket)
end end
@socket.extend(PacketStream) @socket.extend(PacketStream)