mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Fixed: Compilation
--HG-- branch : develop
This commit is contained in:
parent
c6ac53598b
commit
ce382f87dc
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))
|
||||
{
|
||||
nlwarning("Unable to open %s", CAFilename.c_str());
|
||||
nlwarning("Unable to open %s", CAFilename);
|
||||
return CURLE_SSL_CACERT;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue