diff options
author | Volker Lendecke <vl@samba.org> | 2014-07-29 20:44:28 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2014-07-31 18:49:47 +0200 |
commit | 200d94e5636d1852ae3c435d9a8335f655b95c27 (patch) | |
tree | 4647d11d6e4e3e7d596bcd29b69dd2b39fc80124 /lib/util/debug.c | |
parent | 85c5551618805ff868154e82595592426fe7b6ec (diff) | |
download | samba-200d94e5636d1852ae3c435d9a8335f655b95c27.tar.gz samba-200d94e5636d1852ae3c435d9a8335f655b95c27.tar.xz samba-200d94e5636d1852ae3c435d9a8335f655b95c27.zip |
debug: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'lib/util/debug.c')
-rw-r--r-- | lib/util/debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/debug.c b/lib/util/debug.c index 49bf204b04..95b9db6832 100644 --- a/lib/util/debug.c +++ b/lib/util/debug.c @@ -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); } |