modify a little.

This commit is contained in:
pandx 2024-10-24 17:04:14 +08:00
parent b8187faec4
commit 5dd9a7506d

View File

@ -78,9 +78,7 @@ void CheckThread() {
#endif #endif
} }
std::string ipTemp = IpAddrInit(); std::string ipTemp = IpAddrInit();
GlobalConfig::IpAddr_G = ipTemp; GlobalConfig::IpAddr_G = ipTemp;
if (0 != ipTemp.compare(GlobalConfig::IpAddr_G)) {
}
heart_count = 0; heart_count = 0;
} }
#ifdef G2UL_GATEWAY #ifdef G2UL_GATEWAY