summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2014-07-29 20:43:05 +0200
committerJeremy Allison <jra@samba.org>2014-08-01 22:11:46 +0200
commit4ac12fb2f7b0c949448d38feb0e6dbdb1b928993 (patch)
tree6b7f858343211c74c59d0ba8faecfed243c7391d /lib
parentb310ea63536dd81fee6c5c94dac4666aa7080f1f (diff)
downloadsamba-4ac12fb2f7b0c949448d38feb0e6dbdb1b928993.tar.gz
debug: Use close_low_fd in reopen_logs_internal
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/util/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/debug.c b/lib/util/debug.c
index 33cbed2e773..f83b14cf02a 100644
--- a/lib/util/debug.c
+++ b/lib/util/debug.c
@@ -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);
}
}