From d970c197005c3ba65275f73c873783e745997f85 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Fri, 5 Jul 2024 12:35:39 +0200 Subject: [PATCH] Disable orphan file detection --- bacula/src/lib/bsys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/lib/bsys.c b/bacula/src/lib/bsys.c index e8e0e2bdb..91a211205 100644 --- a/bacula/src/lib/bsys.c +++ b/bacula/src/lib/bsys.c @@ -2195,7 +2195,7 @@ static int check_open_fd() buf2[l] = 0; Dmsg2(10, "%d -> %s\n", fd, buf2); } - ASSERT2(0, "Found a file descriptor without O_CLOEXEC"); + //ASSERT2(0, "Found a file descriptor without O_CLOEXEC"); } #endif max_fd = MAX(max_fd, fd); -- 2.47.3