Remove a mutex guard that is probably unecessary.
authorEric S. Raymond <esr@thyrsus.com>
Fri, 19 Oct 2012 21:01:12 +0000 (17:01 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Fri, 19 Oct 2012 21:01:12 +0000 (17:01 -0400)
commit2afcab1747b50cb147e5102571c12eb367f5ad22
tree7ad7fd93df46edead282ee818815877589e1b326
parenteaac2c27e55ad0c4ed5ea0798ed45efdacb0970d
Remove a mutex guard that is probably unecessary.

AI0867 reported this was causing a rare hang during disconnect.
Also, set the connection status to expired if the thread terminates
due to exception.
irkerd