Host library for controlling a WiConnect enabled Wi-Fi module.

Dependents:   wiconnect-ota_example wiconnect-web_setup_example wiconnect-test-console wiconnect-tcp_server_example ... more

Revision:
4:c0966143aa22
Parent:
2:05e20e184e7e
Child:
16:7f1d6d359787
--- a/internal/socket/SocketInterface.cpp	Mon Aug 11 03:44:25 2014 -0700
+++ b/internal/socket/SocketInterface.cpp	Mon Aug 11 03:49:05 2014 -0700
@@ -148,7 +148,7 @@
 /*************************************************************************************************/
 WiconnectResult SocketInterface::httpGet(Socket &socket, const char *url, bool openOnly, const char *certFilename)
 {
-    const HttpSocketArgs args
+    const HttpSocketArgs args =
     {
         NULL,
         certFilename,