From 4ac12fb2f7b0c949448d38feb0e6dbdb1b928993 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 29 Jul 2014 20:43:05 +0200 Subject: debug: Use close_low_fd in reopen_logs_internal Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- lib/util/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util/debug.c b/lib/util/debug.c index 33cbed2e77..f83b14cf02 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); } } -- cgit