Dan Fandrich fixed a minor flaw in Dominick's fix!

pull/1/head
Daniel Stenberg 21 years ago
parent 74d3b56a0f
commit 45efb3cc73
  1. 2
      ares_init.c

@ -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…
Cancel
Save