mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 12:33:44 +02:00
.
This commit is contained in:
parent
08da4b8c7b
commit
ae2eeff5c6
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ var ZEROTIER_IDTOOL = '/usr/local/bin/zerotier-idtool';
|
||||||
var redis = require('redis');
|
var redis = require('redis');
|
||||||
var DB = redis.createClient();
|
var DB = redis.createClient();
|
||||||
DB.on("error",function(err) {
|
DB.on("error",function(err) {
|
||||||
console.error('Redis query error: '+err);
|
console.error('redis query error: '+err);
|
||||||
});
|
});
|
||||||
|
|
||||||
// Encoding-compatible with Dictionary.hpp in ZeroTier One C++ code base
|
// Encoding-compatible with Dictionary.hpp in ZeroTier One C++ code base
|
||||||
|
|
Loading…
Add table
Reference in a new issue