Fixed: Don't throw an exception when a certifcate can't be found
--HG-- branch : develop
This commit is contained in:
parent
8a1588c147
commit
443cc7df65
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ namespace NLGUI
|
|||
FilesList.push_back(cert);
|
||||
|
||||
// look for certificate in search paths
|
||||
string path = CPath::lookup(cert);
|
||||
string path = CPath::lookup(cert, false);
|
||||
nlinfo("Cert path '%s'", path.c_str());
|
||||
|
||||
if (path.empty())
|
||||
|
|
Loading…
Reference in a new issue