Loading ares/ares_init.c +1 −1 Original line number Diff line number Diff line Loading @@ -603,7 +603,7 @@ static int config_nameserver(struct server_state **servers, int *nservers, while (more) { more = 0; while (*p && !isspace(*p) && *str != ',') while (*p && !isspace(*p) && *p != ',') p++; if (*p) Loading Loading
ares/ares_init.c +1 −1 Original line number Diff line number Diff line Loading @@ -603,7 +603,7 @@ static int config_nameserver(struct server_state **servers, int *nservers, while (more) { more = 0; while (*p && !isspace(*p) && *str != ',') while (*p && !isspace(*p) && *p != ',') p++; if (*p) Loading