Fixed a typo.

This commit is contained in:
Martin Preuss
2024-03-25 23:18:29 +01:00
parent 50bdefcb4a
commit e29a32f24b

View File

@@ -192,7 +192,7 @@ int _doGetDevices(GWEN_DB_NODE *dbArgs)
}
code=GWEN_IpcMsg_GetCode(msg);
if (code==AQH_MSGTYPE_IPC_DATA_GETDEVICES_RSP) {
AQH_VALUE_LIST *deviceList;
AQH_DEVICE_LIST *deviceList;
AQH_DevicesDataIpcMsg_Parse(msg, 0);
deviceList=AQH_DevicesDataIpcMsg_ReadDeviceList(msg);