Change error no data to no name
This commit is contained in:
parent
e4b60b6a26
commit
705132011a
@ -106,7 +106,7 @@ void cHostnameLookup::Callback(int a_ErrCode, addrinfo * a_Addr)
|
|||||||
// If only unsupported families were reported, call the Error handler:
|
// If only unsupported families were reported, call the Error handler:
|
||||||
if (!HasResolved)
|
if (!HasResolved)
|
||||||
{
|
{
|
||||||
m_Callbacks->OnError(EAI_NODATA, ErrorString(EAI_NODATA));
|
m_Callbacks->OnError(EAI_NONAME, ErrorString(EAI_NONAME));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user