char *s;
const char *p;
int status, ndots;
-
+
/* If name only yields one domain to search, then we don't have
* to keep extra state, so just do an ares_query().
*/
struct search_query *squery = (struct search_query *) arg;
ares_channel channel = squery->channel;
char *s;
-
+
squery->timeouts += timeouts;
/* Stop searching unless we got a non-fatal error. */
if (squery->trying_as_is)
squery->status_as_is = status;
- /*
+ /*
* If we ever get ARES_ENODATA along the way, record that; if the search
* should run to the very end and we got at least one ARES_ENODATA,
* then callers like ares_gethostbyname() may want to try a T_A search
if (status != ARES_SUCCESS)
return status;
}
- else
+ else
{
- error = ERRNO;
- switch(error)
+ error = errno;
+ switch(error)
{
case ENOENT:
case ESRCH:
default:
DEBUGF(fprintf(stderr, "fopen() failed with error: %d %s\n",
error, strerror(error)));
- DEBUGF(fprintf(stderr, "Error opening file: %s\n",
+ DEBUGF(fprintf(stderr, "Error opening file: %s\n",
hostaliases));
*s = NULL;
return ARES_EFILE;