FSP/BPA redundancy: minor fix

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8507 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
yinle 2010-12-23 07:34:28 +00:00
parent e2a92a3c97
commit ee7a977646

View File

@ -1798,7 +1798,7 @@ sub process_request {
%$request_new =%$request;
$request_new->{node} = \@next;
$request_new->{fsp_api} = 0;
if($lasthcp_type =~ /^(fsp|bpa|cec)$/ ) {
if($lasthcp_type =~ /^(fsp|bpa|cec|frame)$/ ) {
#my $fsp_api = check_fsp_api($request);
#if($fsp_api == 0 ) {
$request_new->{fsp_api} = 1;