mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-07-14 02:36:06 -04:00
fix compiler bug
This commit is contained in:
4
MsgC.cpp
4
MsgC.cpp
@ -88,8 +88,8 @@ bool MsgC::getIp(char *hostname , int32_t hostnameLen ,
|
||||
if ( g_dns.isInCache ( key , ip ) ) {
|
||||
if ( *ip == 3 ) { char *xx=NULL;*xx=0; }
|
||||
// debug msg
|
||||
log(LOG_DEBUG, "dns::getIp: %s (key=%"UINT64") has ip=%s in cache!!!",
|
||||
tmp,key.n0,iptoa(*ip));
|
||||
//log(LOG_DEBUG, "dns::getIp: %s (key=%"UINT64") has ip=%s in cache!!!",
|
||||
// tmp,key.n0,iptoa(*ip));
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user