Loading ares/ares_search.c +7 −7 Original line number Original line Diff line number Diff line Loading @@ -292,7 +292,7 @@ static int single_domain(ares_channel channel, const char *name, char **s) } } else else { { error = ERRNO; error = errno; switch(error) switch(error) { { case ENOENT: case ENOENT: Loading Loading
ares/ares_search.c +7 −7 Original line number Original line Diff line number Diff line Loading @@ -292,7 +292,7 @@ static int single_domain(ares_channel channel, const char *name, char **s) } } else else { { error = ERRNO; error = errno; switch(error) switch(error) { { case ENOENT: case ENOENT: Loading