Module: kamailio
Branch: master
Commit: 4b3e7c4a988afdc93a3c337ea97e1f8c13730a79
URL:
https://github.com/kamailio/kamailio/commit/4b3e7c4a988afdc93a3c337ea97e1f8…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2017-11-21T11:37:23+01:00
http_client: fixed the name of exported function http_client_query() with 4 params
---
Modified: src/modules/http_client/http_client.c
---
Diff:
https://github.com/kamailio/kamailio/commit/4b3e7c4a988afdc93a3c337ea97e1f8…
Patch:
https://github.com/kamailio/kamailio/commit/4b3e7c4a988afdc93a3c337ea97e1f8…
---
diff --git a/src/modules/http_client/http_client.c
b/src/modules/http_client/http_client.c
index d822c5019b..2a31ff97bd 100644
--- a/src/modules/http_client/http_client.c
+++ b/src/modules/http_client/http_client.c
@@ -138,7 +138,7 @@ static cmd_export_t cmds[] = {
{"http_client_query", (cmd_function)w_http_query_post, 3,
fixup_http_query_post,
fixup_free_http_query_post,
REQUEST_ROUTE|ONREPLY_ROUTE|FAILURE_ROUTE|BRANCH_ROUTE},
- {"http_query", (cmd_function)w_http_query_post_hdr, 4,
fixup_http_query_post_hdr,
+ {"http_client_query", (cmd_function)w_http_query_post_hdr, 4,
fixup_http_query_post_hdr,
fixup_free_http_query_post_hdr,
REQUEST_ROUTE|ONREPLY_ROUTE|FAILURE_ROUTE|BRANCH_ROUTE},
{"http_connect", (cmd_function)w_curl_connect, 3, fixup_curl_connect,