mirror of
https://github.com/curl/curl.git
synced 2026-08-26 02:33:33 +03:00
fix compiler warning
This commit is contained in:
parent
1171bc5c8a
commit
dc3e7df1c9
8 changed files with 14 additions and 13 deletions
|
|
@ -1049,7 +1049,7 @@ static int asn1_output(const ASN1_UTCTIME *tm,
|
|||
|
||||
static int hostmatch(const char *hostname, const char *pattern)
|
||||
{
|
||||
while(1) {
|
||||
for(;;) {
|
||||
char c = *pattern++;
|
||||
|
||||
if(c == '\0')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue