Module: kamailio Branch: master Commit: 3a6a8b632191ea1940ed8271151ef8564b486708 URL: https://github.com/kamailio/kamailio/commit/3a6a8b632191ea1940ed8271151ef856...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: GitHub noreply@github.com Date: 2016-09-26T16:47:05+02:00
Merge pull request #798 from osthyvel/terminate_list
http_client Terminate exported commands list
---
Modified: modules/http_client/http_client.c
---
Diff: https://github.com/kamailio/kamailio/commit/3a6a8b632191ea1940ed8271151ef856... Patch: https://github.com/kamailio/kamailio/commit/3a6a8b632191ea1940ed8271151ef856...
---
diff --git a/modules/http_client/http_client.c b/modules/http_client/http_client.c index 5e8fc24..de42bc9 100644 --- a/modules/http_client/http_client.c +++ b/modules/http_client/http_client.c @@ -142,6 +142,7 @@ static cmd_export_t cmds[] = { fixup_free_curl_get_redirect, REQUEST_ROUTE|ONREPLY_ROUTE|FAILURE_ROUTE|BRANCH_ROUTE}, {"bind_http_client", (cmd_function)bind_httpc_api, 0, 0, 0, 0}, + {0,0,0,0,0,0} };