mirror of
https://github.com/moparisthebest/curl
synced 2024-11-16 06:25:03 -05:00
parent
490879ea89
commit
6ee57c8bdd
@ -121,8 +121,6 @@ static CURLcode hsts_create(struct hsts *h,
|
|||||||
free(sts);
|
free(sts);
|
||||||
return CURLE_OUT_OF_MEMORY;
|
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);
|
Curl_llist_insert_next(&h->list, h->list.tail, sts, &sts->node);
|
||||||
return CURLE_OK;
|
return CURLE_OK;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user