fix for 3485080 syspowerinterval not being honored
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11504 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
310b3cad40
commit
4c9efd42b1
@ -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};
|
||||
|
Loading…
Reference in New Issue
Block a user