]> andersk Git - moira.git/blobdiff - dbck/dbck.pc
Deal with entries in the nfsphys table having allocations bigger than
[moira.git] / dbck / dbck.pc
index 10e44e93882cc768ddfde53650ee43eaeb114269..9bcabd7d8c4c68b104a78bf5f0545079351dcab6 100644 (file)
@@ -130,7 +130,8 @@ int main(int argc, char **argv)
   phase4();
   EXEC SQL COMMIT WORK;
 
-  cleanup();
+  if (mode != MODE_NO)
+    cleanup();
   printf("Done.\n");
   exit(0);
 }
This page took 0.077079 seconds and 4 git commands to generate.