mirror of
https://github.com/curl/curl.git
synced 2026-05-17 10:16:24 +03:00
parent
490879ea89
commit
6ee57c8bdd
1 changed files with 0 additions and 2 deletions
|
|
@ -121,8 +121,6 @@ static CURLcode hsts_create(struct hsts *h,
|
|||
free(sts);
|
||||
return CURLE_OUT_OF_MEMORY;
|
||||
}
|
||||
fprintf(stderr, "*** Add %s %s %d\n", hostname,
|
||||
subdomains?"SUB":"-", (int)expires);
|
||||
Curl_llist_insert_next(&h->list, h->list.tail, sts, &sts->node);
|
||||
return CURLE_OK;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue