]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Disable orphan file detection
authorEric Bollengier <eric@baculasystems.com>
Fri, 5 Jul 2024 10:35:39 +0000 (12:35 +0200)
committerEric Bollengier <eric@baculasystems.com>
Wed, 4 Dec 2024 08:14:26 +0000 (09:14 +0100)
bacula/src/lib/bsys.c

index e8e0e2bdb794ed9cb9cc6dfb1ca35b7a15dddf65..91a2112050977964796dd145d76b3d90df390b6c 100644 (file)
@@ -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);