HTTP backend support for JSONDB
This commit is contained in:
parent
f6d92eb737
commit
bc61357a44
5 changed files with 178 additions and 60 deletions
|
@ -434,8 +434,6 @@ EmbeddedNetworkController::EmbeddedNetworkController(Node *node,const char *dbPa
|
|||
_db(dbPath),
|
||||
_node(node)
|
||||
{
|
||||
OSUtils::mkdir(dbPath);
|
||||
OSUtils::lockDownFile(dbPath,true); // networks might contain auth tokens, etc., so restrict directory permissions
|
||||
}
|
||||
|
||||
EmbeddedNetworkController::~EmbeddedNetworkController()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue