On Friday 11 February 2005 15:19, Timothy R. Chavez wrote:
-->#define AUDIT_STATUS_BACKLOG_LIMIT 0x0010
Isn't that technically a bug?
Not sure what you mean. Its only used in 1 place:
audit.c line 349:
if (status_get->mask & AUDIT_STATUS_BACKLOG_LIMIT)
audit_set_backlog_limit(status_get->backlog_limit);
Looks fine to me.
-Steve