dirtyfilthy / metassh

ssh session type for metasploit
97 stars 24 forks source link

This commit would fix issue #1. A mutex might be a cleaner solution, but this seemed the easiest way to handle it #2

Closed egypt closed 12 years ago

egypt commented 12 years ago

Channel#close gets called lots of times, so make sure that closing the lsock doesn't break things by rescuing IOError.

dirtyfilthy commented 12 years ago

cheers for this!