mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 03:56:54 +02:00
build fix
This commit is contained in:
parent
3d2518f799
commit
6bb19e7947
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue