mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
Dan Fandrich fixed a minor flaw in Dominick's fix!
This commit is contained in:
parent
fce6783be4
commit
0d3674129f
@ -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…
Reference in New Issue
Block a user