mirror of
https://github.com/curl/curl.git
synced 2025-09-16 00:52:42 +03: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