修复笔误,流量统计数组下标使用错误导致统计异常

This commit is contained in:
liuxueli
2019-12-26 10:41:06 +08:00
parent ae555ab98b
commit 4235b37036
2 changed files with 8 additions and 10 deletions

View File

@@ -34,7 +34,7 @@ static __attribute__((__used__)) const char * GIT_VERSION_UNKNOWN = NULL;
#endif
char TSG_MASTER_VERSION_20191224=0;
char TSG_MASTER_VERSION_20191226=0;
const char *tsg_conffile="tsgconf/main.conf";
g_tsg_para_t g_tsg_para;