K 10 svn:author V 2 pb K 8 svn:date V 27 1999-06-25T23:46:47.000000Z K 7 svn:log V 297 In in_pcbconnect(), check the return value from in_pcbbind() and exit on errors. If we don't, in_pcbrehash() is called without a preceeding in_pcbinshash(), causing a crash. There are apparently several conditions that could cause the crash; PR misc/12256 is only one of these. PR: misc/12256 END