-Correct typo in previous checkin, give bind plugin a break for now

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2029 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2008-08-14 20:27:39 +00:00
parent 4fe9be4beb
commit a5f7beaffc

View File

@ -9,6 +9,7 @@
# mucking with sysconfig
package xCAT_plugin::bind;
use strict;
no strict "refs"; #This code is as yet still very broken...
#use warnings;
use Sys::Hostname;
use Cwd;
@ -114,7 +115,7 @@ sub process_request {
return;
}
my @args=();
if ($request->{$arg}) {
if ($request->{arg}) {
@args = @{$request->{arg}};
}
(my $fent) = $sitetab->getAttribs({key=>'forwarders'},'value');