+2008-06-13 Nicolas François <nicolas.francois@centraliens.net>
+
+ * libmisc/audit_help.c: Add brackets.
+
2008-06-13 Nicolas François <nicolas.francois@centraliens.net>
* libmisc/addgrps.c: Avoid implicit conversion of pointers to
void audit_logger (int type, const char *pgname, const char *op,
const char *name, unsigned int id, int result)
{
- if (audit_fd < 0)
+ if (audit_fd < 0) {
return;
- else
+ } else {
audit_log_acct_message (audit_fd, type, NULL, op, name, id,
NULL, NULL, NULL, result);
+ }
}
#else /* WITH_AUDIT */