Commit 0d367412 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

parent fce6783b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)