From bd3929a52259c739cf70baaf6fa9a6ae0691fb75 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Tue, 22 Jul 2008 19:05:49 +0000 Subject: [PATCH] -Fix typo in table object variable name git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1923 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/ipmi.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/ipmi.pm b/xCAT-server/lib/xcat/plugins/ipmi.pm index 056d47221..02cf0a662 100644 --- a/xCAT-server/lib/xcat/plugins/ipmi.pm +++ b/xCAT-server/lib/xcat/plugins/ipmi.pm @@ -4735,7 +4735,7 @@ sub process_request { #my @threads; my @donargs=(); - my $ipmihash = ipmitab->getNodesAttribs($noderange,['bmc','username','password']) ; + my $ipmihash = $ipmitab->getNodesAttribs($noderange,['bmc','username','password']) ; foreach(@$noderange) { my $node=$_; my $nodeuser=$ipmiuser;