We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b12a47 commit 8abb964Copy full SHA for 8abb964
lib/rex/proto/ms_tds/channel.rb
@@ -21,6 +21,8 @@ def initialize(opts = {})
21
@sock = Rex::Socket.create_param(@params)
22
initialize_abstraction
23
24
+ lsock.initinfo(@sock.peerinfo, @sock.localinfo)
25
+
26
monitor_sock(@sock, sink: method(:_read_handler), name: 'MonitorLocal', on_exit: method(:_exit_handler))
27
end
28
0 commit comments