mirror of
https://frontier.innolan.net/rainlance/c-ares.git
synced 2025-10-05 10:20:33 +00:00
ares_search: use ERRNO macro for portability sake
This commit is contained in:
@ -291,7 +291,7 @@ static int single_domain(ares_channel channel, const char *name, char **s)
|
||||
}
|
||||
else
|
||||
{
|
||||
error = errno;
|
||||
error = ERRNO;
|
||||
switch(error)
|
||||
{
|
||||
case ENOENT:
|
||||
|
Reference in New Issue
Block a user