From: Eric Bollengier Date: Fri, 19 Aug 2022 06:13:34 +0000 (+0200) Subject: dbcheck: check Ojbect table for orphan records X-Git-Tag: Beta-15.0.0~526 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95edde0e605ddab4cb62f66396d52734829f28c9;p=thirdparty%2Fbacula.git dbcheck: check Ojbect table for orphan records --- diff --git a/bacula/src/tools/dbcheck.c b/bacula/src/tools/dbcheck.c index ceadfd72f..872e3ada8 100755 --- a/bacula/src/tools/dbcheck.c +++ b/bacula/src/tools/dbcheck.c @@ -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(); }