We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f63ad29 commit 7b5b164Copy full SHA for 7b5b164
server/src/Broker.cpp
@@ -325,6 +325,8 @@ errorCode Broker::run()
325
json_t* js;
326
if ( js = json_object_get(message->json_root, "init") )
327
{
328
+ json_t* json_id = json_object_get( insitu->t->group->initData, "id" );
329
+ json_object_set( js, "id", json_id );
330
json_decref( insitu->t->group->initData );
331
insitu->t->group->initData = js;
332
json_incref( js );
0 commit comments