[Cluster-devel] cluster/fence/agents/brocade fence_brocade.pl

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


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

Modified files:
	fence/agents/brocade: fence_brocade.pl 

Log message:
	don't barf on unknown option arg

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/brocade/fence_brocade.pl.diff?cvsroot=cluster&r1=1.2&r2=1.3

--- cluster/fence/agents/brocade/fence_brocade.pl	2005/01/07 17:55:51	1.2
+++ cluster/fence/agents/brocade/fence_brocade.pl	2006/08/16 19:02:23	1.3
@@ -234,12 +234,5 @@
 	# {
         #    $opt_T = $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