1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

debug: Use close_low_fd in reopen_logs_internal

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Volker Lendecke 2014-07-29 20:43:05 +02:00 committed by Jeremy Allison
parent b310ea6353
commit 4ac12fb2f7

View File

@ -617,7 +617,7 @@ bool reopen_logs_internal(void)
at the logfile. There really isn't much
that can be done on such a fundamental
failure... */
close_low_fds(false, false, true);
close_low_fd(2);
}
}