adapted to latest changes in gwen.

This commit is contained in:
Martin Preuss
2023-03-30 00:41:06 +02:00
parent 2417c46638
commit 9ae7a8032e
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;
}