[Ocfs2-tools-commits] jlbec commits r658 - branches/usysfsify/clusterbo

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Mar 17 21:16:54 CST 2005


Author: jlbec
Date: 2005-03-17 21:16:52 -0600 (Thu, 17 Mar 2005)
New Revision: 658

Modified:
   branches/usysfsify/clusterbo/o2cb_ctl.c
Log:
o Whoops!

Modified: branches/usysfsify/clusterbo/o2cb_ctl.c
===================================================================
--- branches/usysfsify/clusterbo/o2cb_ctl.c	2005-03-18 03:04:57 UTC (rev 657)
+++ branches/usysfsify/clusterbo/o2cb_ctl.c	2005-03-18 03:16:52 UTC (rev 658)
@@ -624,7 +624,7 @@
                             ip_port, local);
         if (ret)
         {
-            if (ret != O2CB_ET_CLUSTER_EXISTS)
+            if (ret != O2CB_ET_NODE_EXISTS)
             {
                 com_err(PROGNAME, ret, "while adding node %s\n",
                         node_name);



More information about the Ocfs2-tools-commits mailing list