diff --git a/src/iec61850/server/mms_mapping/reporting.c b/src/iec61850/server/mms_mapping/reporting.c index 5d3e9c19..bd3185d1 100644 --- a/src/iec61850/server/mms_mapping/reporting.c +++ b/src/iec61850/server/mms_mapping/reporting.c @@ -4158,7 +4158,6 @@ sendNextReportEntrySegment(ReportControl* self) /* add reason code to report if requested */ if (withReasonCode) { - /* move to start position in report buffer */ currentReportBufferPos = valuesInReportBuffer + dataLen;