mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-07 22:03:50 +00:00
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:
parent
749db0461d
commit
8d4af5f7b6
@ -180,7 +180,7 @@ ks_bool_t test_join_request_handler(blade_rpc_request_t *brpcreq, void *data)
|
|||||||
// send rpcexecute response to the requester
|
// send rpcexecute response to the requester
|
||||||
result = cJSON_CreateObject();
|
result = cJSON_CreateObject();
|
||||||
|
|
||||||
//blade_rpcexecute_response_send(brpcreq, result);
|
blade_rpcexecute_response_send(brpcreq, result);
|
||||||
|
|
||||||
cJSON_Delete(result);
|
cJSON_Delete(result);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user