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:
parent
b310ea6353
commit
4ac12fb2f7
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user