Date: Sun, 23 Jan 2005 13:59:40 GMT From: Wayne Salamon <wsalamon@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 69518 for review Message-ID: <200501231359.j0NDxevN055096@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=69518 Change 69518 by wsalamon@rickenbacker on 2005/01/23 13:58:42 In audit_sysclose(), drop the reference to the file. Affected files ... .. //depot/projects/trustedbsd/audit3/sys/security/audit/kern_audit.c#17 edit Differences ... ==== //depot/projects/trustedbsd/audit3/sys/security/audit/kern_audit.c#17 (text+ko) ==== @@ -2260,7 +2260,7 @@ return; audit_arg_vnpath((struct vnode *)fp->f_data, ARG_VNODE1); - + fdrop(fp, td); } #else /* !AUDIT */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501231359.j0NDxevN055096>