mirror of
https://github.com/curl/curl.git
synced 2026-08-24 14:53:31 +03:00
parent
6e054623b4
commit
1870fd2832
4 changed files with 4 additions and 4 deletions
|
|
@ -552,7 +552,7 @@ CURLcode glob_next_url(char **globbed, URLGlob *glob)
|
|||
}
|
||||
}
|
||||
if(carry) { /* first pattern ptr has run into overflow, done! */
|
||||
/* TODO: verify if this should actally return CURLE_OK. */
|
||||
/* TODO: verify if this should actually return CURLE_OK. */
|
||||
return CURLE_OK; /* CURLE_OK to match previous behavior */
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue