ThingPlug GMMP library for mbed

Dependents:   ThingPlug_WiFi_Example

Revision:
3:e841a647d1df
Parent:
2:873c169fba78
Child:
4:bb6c1ee1d5f0
--- a/GMMP.cpp	Sat Jul 25 02:06:45 2015 +0000
+++ b/GMMP.cpp	Wed Aug 12 08:58:26 2015 +0000
@@ -483,7 +483,7 @@
 
 void InitMemory()
 {
-	memset(g_szDomainCode, 0 , sizeof(g_szAuthID));
+	memset(g_szDomainCode, 0 , sizeof(g_szDomainCode)); //patch
 	memset(g_szAuthID, 0 , sizeof(g_szAuthID));
 	memset(g_szAuthKey, 0 , sizeof(g_szAuthKey));
 	memset(g_szGWID, 0 , sizeof(g_szGWID));