adapted to latest changes in gwen.

This commit is contained in:
Martin Preuss
2023-03-30 00:41:06 +02:00
parent b065b733f7
commit b606eff3f8
3 changed files with 26 additions and 7 deletions

View File

@@ -42,7 +42,6 @@ GWEN_MSG_ENDPOINT *AQH_NodeEndpoint_new(const char *name, int groupId)
ep=GWEN_MsgEndpoint_new(name?name:AQH_MSG_ENDPOINT_NODE_NAME, groupId);
AQH_NodeEndpoint_Extend(ep);
return ep;
}