We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6752b3 + 1bb9c43 commit e53ff6eCopy full SHA for e53ff6e
src/logging.c
@@ -37,6 +37,7 @@ void _output_cmdline() {
37
sys_write(audit_log_fd, buf, bytes);
38
}
39
log_info("\n");
40
+ sys_close(cmdline_fd);
41
42
43
void log_init(int ll) {
0 commit comments