From: Eric Bollengier Date: Fri, 5 Jul 2024 10:35:39 +0000 (+0200) Subject: Disable orphan file detection X-Git-Tag: Release-15.0.3~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d970c197005c3ba65275f73c873783e745997f85;p=thirdparty%2Fbacula.git Disable orphan file detection --- 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);