utility: Fixed License location check for CI

This commit is contained in:
Eberhard Graether
2017-05-30 08:59:52 +02:00
parent bd40294a2c
commit 7d5d19fde7
+1 -1
View File
@@ -535,7 +535,7 @@ bool License::checkLocation(const std::string& location, const std::string& hash
{
if (!location.size() || !hash.size())
{
return false;
return true;
}
return Botan::check_passhash9(location, hash);