提交 8d4af5f7 authored 作者: Shane Bryldt's avatar Shane Bryldt

FS-10739: [libblade] Small fix to testcon, forgot to uncomment the test.join…

FS-10739: [libblade] Small fix to testcon, forgot to uncomment the test.join response sending after testing TTL on responses
上级 749db046
......@@ -180,7 +180,7 @@ ks_bool_t test_join_request_handler(blade_rpc_request_t *brpcreq, void *data)
// send rpcexecute response to the requester
result = cJSON_CreateObject();
//blade_rpcexecute_response_send(brpcreq, result);
blade_rpcexecute_response_send(brpcreq, result);
cJSON_Delete(result);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论