From owner-cvs-all Mon Nov 8 11:10:24 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EC747152FD; Mon, 8 Nov 1999 11:10:17 -0800 (PST) (envelope-from dillon@FreeBSD.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA65666; Mon, 8 Nov 1999 11:10:17 -0800 (PST) (envelope-from dillon@FreeBSD.org) Message-Id: <199911081910.LAA65666@freefall.freebsd.org> From: Matt Dillon Date: Mon, 8 Nov 1999 11:10:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfs nfs_syscalls.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1999/11/08 11:10:17 PST Modified files: sys/nfs nfs_syscalls.c Log: Fix nfssvc_addsock() to not attempt to free a NULL socket structure when returning an error. Bug fix was extracted from the PR. The PR is not yet entirely resolved by this commit. PR: kern/13049 Reviewed by: Matt Dillon Submitted by: Ian Dowse Revision Changes Path 1.53 +7 -4 src/sys/nfs/nfs_syscalls.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message