Explorar el Código

http_client: typo in variable name for network interface

Daniel-Constantin Mierla hace 5 años
padre
commit
2656032275
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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