Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 536870
Collapse All | Expand All

(-)a/src/journal/journald-audit.c (-5 lines)
Lines 542-551 int server_open_audit(Server *s) { Link Here
542
        if (r < 0)
542
        if (r < 0)
543
                return log_error_errno(r, "Failed to add audit fd to event loop: %m");
543
                return log_error_errno(r, "Failed to add audit fd to event loop: %m");
544
544
545
        /* We are listening now, try to enable audit */
546
        r = enable_audit(s->audit_fd, true);
547
        if (r < 0)
548
                log_warning_errno(r, "Failed to issue audit enable call: %m");
549
550
        return 0;
545
        return 0;
551
}
546
}

Return to bug 536870