FS-10739: [libblade] Small fix to testcon, forgot to uncomment the test.join response sending after testing TTL on responses

This commit is contained in:
Shane Bryldt 2017-10-19 08:49:26 -06:00
parent 749db0461d
commit 8d4af5f7b6
1 changed files with 1 additions and 1 deletions

View File

@ -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);