Skip to content

Commit 286881b

Browse files
Merge pull request #56 from fledge-iot/FOGL-6641
patch file updated for S2OPCUA Toolkit
2 parents 77a63d9 + 9d486d3 commit 286881b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

others/scripts/s2opcua/S2OPC.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ index 693c63ab0..24c67dac2 100644
2929

3030
/**
3131
diff --git a/src/ClientServer/frontend/client_wrapper/state_machine.c b/src/ClientServer/frontend/client_wrapper/state_machine.c
32-
index 1ab4df97d..b2eef008a 100644
32+
index 34fbdaa34..bdc2e2d7e 100644
3333
--- a/src/ClientServer/frontend/client_wrapper/state_machine.c
3434
+++ b/src/ClientServer/frontend/client_wrapper/state_machine.c
35-
@@ -1298,10 +1298,12 @@ static void StaMac_ProcessMsg_PublishResponse(SOPC_StaMac_Machine* pSM, uint32_t
35+
@@ -1288,10 +1288,12 @@ static void StaMac_ProcessMsg_PublishResponse(SOPC_StaMac_Machine* pSM, uint32_t
3636
assert(SOPC_ExtObjBodyEncoding_Object == pNotifMsg->NotificationData[0].Encoding);
3737
assert(&OpcUa_DataChangeNotification_EncodeableType == pNotifMsg->NotificationData[0].Body.Object.ObjType);
3838
pDataNotif = (OpcUa_DataChangeNotification*) pNotifMsg->NotificationData[0].Body.Object.Value;
@@ -44,7 +44,7 @@ index 1ab4df97d..b2eef008a 100644
4444
+ Helpers_Log(SOPC_LOG_LEVEL_INFO, "%s:%d: i=%d, plsVal->type=%d", "StaMac_ProcessMsg_PublishResponse", __LINE__, i, plsVal->type);
4545
if (SOPC_STATUS_OK == status)
4646
{
47-
if (NULL != pSM->cbkLibSubDataChanged)
47+
if (NULL != pSM->pCbkLibSubDataChanged)
4848
diff --git a/src/ClientServer/frontend/client_wrapper/toolkit_helpers.c b/src/ClientServer/frontend/client_wrapper/toolkit_helpers.c
4949
index e2fa388ff..b4babe046 100644
5050
--- a/src/ClientServer/frontend/client_wrapper/toolkit_helpers.c

0 commit comments

Comments
 (0)