CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/06/14 02:46:09
Modified files:
sys/kern : uipc_socket.c
Log message:
In soclose() and soaccept() convert the KASSERT(SS_NOFDREF) back
to a panic message. The latter prints socket pointer and type to
help debugging.
OK mpi@
