[sr-dev] git:master:864f74a2: http_client: Rename module in module interface

Hugh Waite hugh.waite at xura.com
Wed Feb 3 12:50:49 CET 2016


Module: kamailio
Branch: master
Commit: 864f74a295413577b3768e6bb2215fcfef094f4f
URL: https://github.com/kamailio/kamailio/commit/864f74a295413577b3768e6bb2215fcfef094f4f

Author: Hugh Waite <hugh.waite at xura.com>
Committer: Hugh Waite <hugh.waite at xura.com>
Date: 2016-02-03T11:49:19Z

http_client: Rename module in module interface

---

Modified: modules/http_client/http_client.c

---

Diff:  https://github.com/kamailio/kamailio/commit/864f74a295413577b3768e6bb2215fcfef094f4f.diff
Patch: https://github.com/kamailio/kamailio/commit/864f74a295413577b3768e6bb2215fcfef094f4f.patch

---

diff --git a/modules/http_client/http_client.c b/modules/http_client/http_client.c
index 5258560..c3b6de7 100644
--- a/modules/http_client/http_client.c
+++ b/modules/http_client/http_client.c
@@ -170,7 +170,7 @@ static pv_export_t mod_pvs[] = {
 
 /* Module interface */
 struct module_exports exports = {
-    "curl",
+    "http_client",
     DEFAULT_DLFLAGS, /* dlopen flags */
     cmds,      /* Exported functions */
     params,    /* Exported parameters */




More information about the sr-dev mailing list