1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

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

This commit is contained in:
Daniel Stenberg 2004-02-25 06:37:42 +00:00
parent fce6783be4
commit 0d3674129f

View File

@ -603,7 +603,7 @@ static int config_nameserver(struct server_state **servers, int *nservers,
while (more) while (more)
{ {
more = 0; more = 0;
while (*p && !isspace(*p) && *str != ',') while (*p && !isspace(*p) && *p != ',')
p++; p++;
if (*p) if (*p)