1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

debug: Fix a typo

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
This commit is contained in:
Volker Lendecke
2014-07-29 20:44:28 +02:00
committed by Michael Adam
parent 85c5551618
commit 200d94e563

View File

@ -627,7 +627,7 @@ bool reopen_logs_internal(void)
if (dup2(state.fd, 2) == -1) {
/* Close stderr too, if dup2 can't point it -
at the logfile. There really isn't much
that can be done on such a fundemental
that can be done on such a fundamental
failure... */
close_low_fds(false, false, true);
}