From 5ee344cdf91a5647e00e29e80393f159aa48f629 Mon Sep 17 00:00:00 2001 From: Michael Zillgith Date: Tue, 23 Jun 2020 18:34:14 +0200 Subject: [PATCH] - IEC 61850 server: control model - fixed bug in handling of check flags --- src/iec61850/server/mms_mapping/control.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/iec61850/server/mms_mapping/control.c b/src/iec61850/server/mms_mapping/control.c index 2a752b00..522f0657 100644 --- a/src/iec61850/server/mms_mapping/control.c +++ b/src/iec61850/server/mms_mapping/control.c @@ -1477,7 +1477,7 @@ Control_writeAccessControlObject(MmsMapping* self, MmsDomain* domain, char* vari controlObject->addCauseValue = ADD_CAUSE_SELECT_FAILED; - updateControlParameters(controlObject, ctlVal, ctlNum, origin, interlockCheck, synchroCheck); + updateControlParameters(controlObject, ctlVal, ctlNum, origin, synchroCheck, interlockCheck); if (controlObject->checkHandler != NULL) { /* perform operative tests */