rwatson 2006-06-08 22:33:18 UTC FreeBSD src repository Modified files: sys/kern uipc_socket.c Log: Rearrange code in soalloc() so that it's less indented by returning early if uma_zalloc() from the socket zone fails. No functional change. MFC after: 1 week Revision Changes Path 1.267 +13 -13 src/sys/kern/uipc_socket.c