On Tuesday, December 19, 2017 2:49:08 PM EST Mor, Omri wrote:
>> sanity_check_queue() attempts to call msg(), which as far as
I can tell
>> isn’t defined. It appears that this should be syslog() or audit_msg()
>> instead.
>> This causes compilation failure when DEBUG is defined.
>
> Thanks for reporting this. The function name is now fixed in git.
On second look, I think it’s supposed to be syslog(), not audit_msg().
The rest of the code in auparse/lru.c calls syslog(),
Yes, I see that now. Normally syslog is wrapped so that messages can be switched
between stderr and syslog depending on the needs. Its fixed again in git.
-Steve