Module: kamailio
Branch: master
Commit: 26560322750fde49f09d130200e58ce327112292
URL:
https://github.com/kamailio/kamailio/commit/26560322750fde49f09d130200e58ce…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-01-21T21:21:46+01:00
http_client: typo in variable name for network interface
---
Modified: src/modules/http_client/http_client.c
---
Diff:
https://github.com/kamailio/kamailio/commit/26560322750fde49f09d130200e58ce…
Patch:
https://github.com/kamailio/kamailio/commit/26560322750fde49f09d130200e58ce…
---
diff --git a/src/modules/http_client/http_client.c
b/src/modules/http_client/http_client.c
index 6e2b216c4b..177e50eb14 100644
--- a/src/modules/http_client/http_client.c
+++ b/src/modules/http_client/http_client.c
@@ -100,7 +100,7 @@ unsigned int default_authmethod =
CURLAUTH_BASIC
| CURLAUTH_DIGEST; /*!< authentication method - Basic, Digest or both */
-char *default_netintrface = 0; /*!< local network interface */
+char *default_netinterface = 0; /*!< local network interface */
/*!< Default http query result mode
* - 0: return full result