[Cluster-devel] cluster/fence/agents/apc fence_apc.pl

jparsons at sourceware.org jparsons at sourceware.org
Wed Aug 16 18:58:43 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	jparsons at sourceware.org	2006-08-16 18:58:42

Modified files:
	fence/agents/apc: fence_apc.pl 

Log message:
	ignored unused args from stdin

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/apc/fence_apc.pl.diff?cvsroot=cluster&r1=1.9&r2=1.10

--- cluster/fence/agents/apc/fence_apc.pl	2006/05/10 23:18:51	1.9
+++ cluster/fence/agents/apc/fence_apc.pl	2006/08/16 18:58:40	1.10
@@ -404,11 +404,6 @@
 		{
 			$opt_v = $val;
 		} 
-		# Excess name/vals will fail
-		else 
-		{
-			fail "parse error: unknown option \"$opt\"";
-		}
 	}
 }
 		




More information about the Cluster-devel mailing list