PERFORCE change 69518 for review

Wayne Salamon wsalamon at FreeBSD.org
Sun Jan 23 13:59:40 GMT 2005


http://perforce.freebsd.org/chv.cgi?CH=69518

Change 69518 by wsalamon at 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 */
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list