Fix period run timer issue

This commit is contained in:
Nick Peng
2018-06-03 02:42:53 +08:00
parent 9f727cdec8
commit 2a5f821f64
6 changed files with 287 additions and 60 deletions

View File

@@ -53,7 +53,7 @@ int smartdns_init()
}
tlog_setlogscreen(1);
//tlog_setlevel(TLOG_DEBUG);
//tlog_setlevel(TLOG_ERROR);
ret = fast_ping_init();
if (ret != 0) {