Use NULL instead of 0 to clear v_socket pointer (which actually clears all
authorclaudio <claudio@openbsd.org>
Fri, 29 Jan 2021 10:47:24 +0000 (10:47 +0000)
committerclaudio <claudio@openbsd.org>
Fri, 29 Jan 2021 10:47:24 +0000 (10:47 +0000)
commit1d6bfbafede4504cc5493081bfa8e3f3860147fb
tree9e04fc304dc150a41117638449b0216d101be0aa
parente217601897c724bbdb1924888bfa88088e366737
Use NULL instead of 0 to clear v_socket pointer (which actually clears all
of the v_un pointers).
OK jsg@ mvs@
sys/kern/vfs_subr.c