diff --git a/bus/selinux.c b/bus/selinux.c index ef627c8c..ca884ef5 100644 --- a/bus/selinux.c +++ b/bus/selinux.c @@ -146,7 +146,9 @@ log_callback (const char *fmt, ...) vsyslog (LOG_USER | LOG_INFO, fmt, ap); +#ifdef HAVE_LIBAUDIT out: +#endif va_end(ap); }