[Ocfs2-tools-commits] mfasheh commits r560 - trunk/clusterbo

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Jan 18 21:13:00 CST 2005


Author: mfasheh
Date: 2005-01-18 21:12:58 -0600 (Tue, 18 Jan 2005)
New Revision: 560

Modified:
   trunk/clusterbo/o2cb_ctl.c
Log:
* return a proper return code in o2cb_ctl main



Modified: trunk/clusterbo/o2cb_ctl.c
===================================================================
--- trunk/clusterbo/o2cb_ctl.c	2005-01-17 23:32:06 UTC (rev 559)
+++ trunk/clusterbo/o2cb_ctl.c	2005-01-19 03:12:58 UTC (rev 560)
@@ -814,5 +814,5 @@
         o2cb_config_free(ctxt.oc_config);
     clear_attrs(&ctxt);
 
-    return 0;
+    return rc;
 }  /* main() */



More information about the Ocfs2-tools-commits mailing list