From mboxrd@z Thu Jan 1 00:00:00 1970 From: jparsons@sourceware.org Date: 16 Aug 2006 19:13:27 -0000 Subject: [Cluster-devel] cluster/fence/agents/baytech fence_baytech.pl Message-ID: <20060816191327.17901.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: cluster Changes by: jparsons at sourceware.org 2006-08-16 19:13:26 Modified files: fence/agents/baytech: fence_baytech.pl Log message: Ignore unused args to stdin Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/baytech/fence_baytech.pl.diff?cvsroot=cluster&r1=1.1&r2=1.2 --- cluster/fence/agents/baytech/fence_baytech.pl 2004/06/24 08:53:13 1.1 +++ cluster/fence/agents/baytech/fence_baytech.pl 2006/08/16 19:13:26 1.2 @@ -194,10 +194,6 @@ $opt_n = $val; } - else - { - fail "parse error: unknown option \"$opt\""; - } } }