浏览代码

http_client: typo in variable name for network interface

Daniel-Constantin Mierla 5 年之前
父节点
当前提交
2656032275
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/modules/http_client/http_client.c

+ 1 - 1
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