mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-14 13:18:21 +00:00
build fix
This commit is contained in:
@ -57,7 +57,7 @@ bool JSONDB::put(const std::string &n,const nlohmann::json &obj)
|
||||
return true;
|
||||
}
|
||||
|
||||
const nlohmann::json &JSONDB::get(const std::string &n,unsigned long maxSinceCheck)
|
||||
const nlohmann::json &JSONDB::get(const std::string &n)
|
||||
{
|
||||
if (!_isValidObjectName(n))
|
||||
return _EMPTY_JSON;
|
||||
|
Reference in New Issue
Block a user