Skip to content

Commit ff78944

Browse files
committedApr 17, 2024
Fix one more compile
1 parent 7a9b56c commit ff78944

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎src/app/tests/integration/chip_im_responder.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,7 @@ CHIP_ERROR ReadSingleClusterData(const Access::SubjectDescriptor & aSubjectDescr
123123
const ConcreteReadAttributePath & aPath, AttributeReportIBs::Builder & aAttributeReports,
124124
AttributeEncodeState * apEncoderState)
125125
{
126-
ReturnErrorOnFailure(AttributeValueEncoder(aAttributeReports, 0, aPath, 0).Encode(kTestFieldValue1));
127-
return CHIP_NO_ERROR;
126+
return AttributeValueEncoder(aAttributeReports, aSubjectDescriptor, aPath, 0).Encode(kTestFieldValue1);
128127
}
129128

130129
bool ConcreteAttributePathExists(const ConcreteAttributePath & aPath)

0 commit comments

Comments
 (0)
Please sign in to comment.