[Cluster-devel] cluster/fence/agents/mcdata fence_mcdata.pl

teigland at sourceware.org teigland at sourceware.org
Wed Aug 16 19:05:25 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	teigland at sourceware.org	2006-08-16 19:05:25

Modified files:
	fence/agents/mcdata: fence_mcdata.pl 

Log message:
	don't barf on unknown option arg

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/mcdata/fence_mcdata.pl.diff?cvsroot=cluster&r1=1.1&r2=1.2

--- cluster/fence/agents/mcdata/fence_mcdata.pl	2004/06/24 08:53:14	1.1
+++ cluster/fence/agents/mcdata/fence_mcdata.pl	2006/08/16 19:05:25	1.2
@@ -134,13 +134,6 @@
 	{
             $opt_n = $val;
         } 
-
-        # FIXME should we do more error checking?  
-        # Excess name/vals will be eaten for now
-	else 
-	{
-           fail "parse error: unknown option \"$opt\"";
-        }
     }
 }
 




More information about the Cluster-devel mailing list