Revert "Use INHERIT mechanism for AQH_Tag16IpcMsg."

This reverts commit 07abc76a7a.
This commit is contained in:
Martin Preuss
2023-09-12 21:33:00 +02:00
parent 07abc76a7a
commit 11798a39d6
3 changed files with 3 additions and 49 deletions

View File

@@ -58,8 +58,7 @@ void AQH_ConnectDataIpcMsg_DumpToBuffer(const GWEN_MSG *msg, GWEN_BUFFER *dbuf,
char *userId=NULL;
uint32_t flags=0;
AQH_Tag16IpcMsg_ParseTags(msg, 0);
tagList=AQH_Tag16IpcMsg_GetTags(msg);
tagList=AQH_Tag16IpcMsg_ParseTags(msg, 0);
if (tagList) {
const GWEN_TAG16 *tag;