From e43ba22d991298aa53e1d066ae905ecde2011649 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Tue, 8 May 2012 16:28:57 +0000 Subject: [PATCH] Correct mistake in clicmds change git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12569 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/blade.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/blade.pm b/xCAT-server/lib/xcat/plugins/blade.pm index 5b3c1966e..7532c446a 100644 --- a/xCAT-server/lib/xcat/plugins/blade.pm +++ b/xCAT-server/lib/xcat/plugins/blade.pm @@ -3983,7 +3983,7 @@ sub clicmds { # most of these commands should be able to be done # through SNMP, but they produce various errors. - foreach my $cmd (@{$args{args}}) { + foreach my $cmd (@{$args{cmds}}) { if ($cmd =~ /^swnet|pd1|pd2|sshcfg|rscanfsp|USERID|userpassword|=/) { if (($cmd =~ /^textid/) and ($nodeid > 0)) { push @unhandled,$cmd;