Commit 9aa2252c authored by Cyrill Gorcunov's avatar Cyrill Gorcunov

log: Fix typo in in fini_log

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Acked-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 95f770b6
......@@ -61,7 +61,7 @@ void fini_log(void)
{
if (logfd != STDERR_FILENO &&
logfd != STDIN_FILENO &&
logfd != STDERR_FILENO)
logfd != STDOUT_FILENO)
close(logfd);
logfd = STDERR_FILENO;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment