From mboxrd@z Thu Jan 1 00:00:00 1970 From: rohara@sourceware.org Date: 7 Dec 2006 19:40:43 -0000 Subject: [Cluster-devel] cluster/fence/agents/scsi fence_scsi.pl Message-ID: <20061207194043.27573.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 Branch: RHEL4 Changes by: rohara at sourceware.org 2006-12-07 19:40:43 Modified files: fence/agents/scsi: fence_scsi.pl Log message: Fix get_options_stdin routine, which was incorrectly named get_option_stdin. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/scsi/fence_scsi.pl.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.5.6.3&r2=1.5.6.4 --- cluster/fence/agents/scsi/fence_scsi.pl 2006/12/01 17:53:07 1.5.6.3 +++ cluster/fence/agents/scsi/fence_scsi.pl 2006/12/07 19:40:43 1.5.6.4 @@ -109,7 +109,7 @@ return $host_name; } -sub get_option_stdin +sub get_options_stdin { my $opt; mt $line = 0;