PERFORCE change 63608 for review
Robert Watson
rwatson at FreeBSD.org
Sat Oct 23 23:08:46 GMT 2004
http://perforce.freebsd.org/chv.cgi?CH=63608
Change 63608 by rwatson at rwatson_tislabs on 2004/10/23 23:08:31
Don't leak "delim" symbol.
Affected files ...
.. //depot/projects/trustedbsd/audit3/contrib/bsm/lib/bsm_flags.c#4 edit
Differences ...
==== //depot/projects/trustedbsd/audit3/contrib/bsm/lib/bsm_flags.c#4 (text+ko) ====
@@ -31,7 +31,7 @@
#include <libbsm.h>
-char *delim = ",";
+static char *delim = ",";
/*
* Convert the character representation of audit values
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