]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
dbcheck: check Ojbect table for orphan records
authorEric Bollengier <eric@baculasystems.com>
Fri, 19 Aug 2022 06:13:34 +0000 (08:13 +0200)
committerEric Bollengier <eric@baculasystems.com>
Thu, 14 Sep 2023 11:56:58 +0000 (13:56 +0200)
bacula/src/tools/dbcheck.c

index ceadfd72f5eb33f1d9508799f5377eae7e447d64..872e3ada8920665fe5d4d1468be47562679ab6cf 100755 (executable)
@@ -352,7 +352,7 @@ int main (int argc, char *argv[])
       eliminate_admin_records();
       eliminate_restore_records();
       eliminate_orphaned_meta_records();
-//      eliminate_orphaned_object_records();
+      eliminate_orphaned_object_records();
    } else {
       do_interactive_mode();
    }