mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 14:59:03 +00:00
Fixed: Compilation
This commit is contained in:
parent
2771257ab2
commit
c8d9dc0bf9
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ static CURLcode sslctx_function(CURL *curl, void *sslctx, void *parm)
|
||||||
|
|
||||||
if (!file.open(CAFilename))
|
if (!file.open(CAFilename))
|
||||||
{
|
{
|
||||||
nlwarning("Unable to open %s", CAFilename.c_str());
|
nlwarning("Unable to open %s", CAFilename);
|
||||||
return CURLE_SSL_CACERT;
|
return CURLE_SSL_CACERT;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue