Fixed: Compilation
This commit is contained in:
parent
c4226f89ea
commit
c1e37527fd
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