]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-10739: [libblade] Small fix to testcon, forgot to uncomment the test.join response...
authorShane Bryldt <astaelan@gmail.com>
Thu, 19 Oct 2017 14:49:26 +0000 (08:49 -0600)
committerShane Bryldt <astaelan@gmail.com>
Thu, 19 Oct 2017 14:49:26 +0000 (08:49 -0600)
libs/libblade/test/testcon.c

index a12355fa49e658239d594f8ad725d3d2069452ba..4dffa70330bf20787a7054b46722cd036d378a80 100644 (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);