fix compiler bug

This commit is contained in:
Matt
2015-09-12 22:27:30 -06:00
parent 9b2b101bb5
commit 2a4947ea54

@ -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;
}