K 10 svn:author V 7 rwatson K 8 svn:date V 27 2006-07-26T19:16:34.000000Z K 7 svn:log V 377 Remove call to soisdisconnected() in uipc_detach(), since it will already have been invoked by uipc_close() or uipc_abort(), and the socket is in a state of being torn down by the time we get to this point, so kqueue state frobbed by soisdisconnected() is not available, so frobbing it will result in a panic. Reported by: Munehiro Matsuda END