@@ -4,7 +4,7 @@
* Created on: 2019-11-29
* Update on: 2020-06-18
* Author: Eason Yang
- * Version: D0.01
+ * Version: D0.02
*/
#include <sys/types.h>
@@ -790,7 +790,7 @@ int isReachableInternet(void)
FILE *fp;
char cmd[256];
char buf[512];
- char tmp[512];
+ //char tmp[512];
for(int idx=0;idx<ARRAY_SIZE(valid_Internet);idx++)
{