Fixed: Don't throw an exception when a certifcate can't be found

--HG--
branch : develop
This commit is contained in:
kervala 2018-08-08 20:55:40 +02:00
parent 8a1588c147
commit 443cc7df65

View file

@ -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())