Author: pjd
Date: Sun Feb 17 11:57:47 2013
New Revision: 246911
URL: http://svnweb.freebsd.org/changeset/base/246911
Log:
Remove redundant check.
Modified:
head/sys/security/audit/audit_bsm.c
Modified: head/sys/security/audit/audit_bsm.c
==============================================================================
--- head/sys/security/audit/audit_bsm.c Sun Feb 17 11:56:36 2013
(r246910)
+++ head/sys/security/audit/audit_bsm.c Sun Feb 17 11:57:47 2013
(r246911)
@@ -223,9 +223,7 @@ kau_free(struct au_record *rec)
} while (0)
#define UPATH1_VNODE1_TOKENS do {
\
- if (ARG_IS_VALID(kar, ARG_UPATH1)) { \
- UPATH1_TOKENS; \
- } \
+ UPATH1_TOKENS; \
if (ARG_IS_VALID(kar, ARG_VNODE1)) { \
tok = au_to_attr32(&ar->ar_arg_vnode1); \
kau_write(rec, tok); \
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"