Whamcloud - gitweb
liblustre: follow up last merge from b_devel.
authorericm <ericm>
Tue, 25 Nov 2003 12:14:09 +0000 (12:14 +0000)
committerericm <ericm>
Tue, 25 Nov 2003 12:14:09 +0000 (12:14 +0000)
lustre/utils/lfs.c

index 7339242..f403706 100644 (file)
@@ -304,6 +304,6 @@ int main(int argc, char **argv)
                 rc = Parser_commands();
         }
 
-        obd_cleanup(argc, argv);
+        obd_finalize(argc, argv);
         return rc;
 }