Files
metasploit-gs/lib/rex/post/meterpreter/extensions/stdapi/net
Brent Cook 1a493c4508 Only send a close channel message once, avoid if Meterpreter told us
Don't send a close message for a nil channel ID, and if we do send a close
message, only do it once. I could have added a mutex somewher in _close(), but
because it's a class method, it's a little awkward and would require all of the
callers to instead have voluntary lock. As an alternative, I just made the
finalizer close the channel instead.

Fixes #10177
2018-09-25 02:30:38 -05:00
..
2013-11-07 18:51:59 -05:00
2014-01-21 18:55:54 -06:00
2016-03-23 16:15:46 -05:00