mirror of
https://github.com/curl/curl.git
synced 2026-08-25 22:43:39 +03:00
parent
8df315d5b3
commit
284ef8a3dc
3 changed files with 4 additions and 4 deletions
|
|
@ -86,7 +86,7 @@ CURLcode tool_ssls_load(struct GlobalConfig *global,
|
|||
++i;
|
||||
curl_free(shmac);
|
||||
curl_free(sdata);
|
||||
line = Curl_dyn_ptr(&buf);
|
||||
line = curlx_dyn_ptr(&buf);
|
||||
|
||||
c = memchr(line, ':', strlen(line));
|
||||
if(!c) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue