fix for 3485080 syspowerinterval not being honored

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.6@11503 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav
2012-02-07 15:47:33 +00:00
parent f2b43dc313
commit 3e6f294d0f
+1 -1
View File
@@ -445,7 +445,7 @@ sub process_command {
next;
}
if( $num > 0 && $request->{op} =~ /^on$/ && $request->{fsp_api} == 1) {
if( $num > 0 && $request->{op} =~ /^on/ && $request->{fsp_api} == 1) {
my $t_hash = @$hash[1];
my $one_key_in_thash = (keys %$t_hash)[0];
my $one_d = $t_hash->{$one_key_in_thash};