Skip to content
Snippets Groups Projects
Commit 1533f3dd authored by Ali Mohammed's avatar Ali Mohammed
Browse files

keep transport methods

parent 51005e66
Branches
Tags
No related merge requests found
......@@ -3180,6 +3180,9 @@ mstro_pm__register_app_op(mstro_pool_operation op,
ERR("Failed to register application: %d (%s)\n", s, mstro_status_description(s));
DEBUG("Sending WELCOME-NACK\n");
return s;
} else {
join_msg->transport_methods = NULL; /* we kept a reference to it, caller will free the message */
//DEBUG("Assigned app ID %"PRIu64"\n", (*entry_p)->appid);
}
return s;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment