[sr-dev] git:master:3a6a8b63: Merge pull request #798 from osthyvel/terminate_list

GitHub noreply at github.com
Mon Sep 26 16:47:09 CEST 2016


Module: kamailio
Branch: master
Commit: 3a6a8b632191ea1940ed8271151ef8564b486708
URL: https://github.com/kamailio/kamailio/commit/3a6a8b632191ea1940ed8271151ef8564b486708

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: GitHub <noreply at 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/3a6a8b632191ea1940ed8271151ef8564b486708.diff
Patch: https://github.com/kamailio/kamailio/commit/3a6a8b632191ea1940ed8271151ef8564b486708.patch

---

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}
 };
 
 




More information about the sr-dev mailing list