Skip to content

Commit dfb36cd

Browse files
authored
Merge branch 'develop' into RDKBDEV-3369
2 parents b24c005 + 984afb0 commit dfb36cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source-embedded/CcspCwmpProcessor/ccsp_cwmp_proco_mpaif.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4200,9 +4200,9 @@ CcspCwmppoMpaGetParameterAttributes
42004200
{
42014201
if ( nCcspError != CCSP_SUCCESS )
42024202
{
4203-
CCSP_INT nCwmpError = CcspTr069PA_MapCcspErrCode(pCcspCwmpCpeController->hTr069PaMapper, nCcspError);
4203+
//CCSP_INT nCwmpError = CcspTr069PA_MapCcspErrCode(pCcspCwmpCpeController->hTr069PaMapper, nCcspError);
42044204

4205-
CCSP_CWMP_SET_SOAP_FAULT(pCwmpSoapFault, nCwmpError);
4205+
CCSP_CWMP_SET_SOAP_FAULT(pCwmpSoapFault, CCSP_CWMP_CPE_CWMP_FaultCode_resources);
42064206
}
42074207
else if ( returnStatus == ANSC_STATUS_RESOURCES )
42084208
{

0 commit comments

Comments
 (0)