mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-07 13:03:45 +02:00
Typo fix.
This commit is contained in:
parent
adc922d7fb
commit
9d6488c31a
1 changed files with 1 additions and 1 deletions
|
@ -472,7 +472,7 @@ function doNetconfRequest(message)
|
||||||
DB.keys('zt1:network:'+nwid+':member:*:~',function(err,keys) {
|
DB.keys('zt1:network:'+nwid+':member:*:~',function(err,keys) {
|
||||||
if (keys) {
|
if (keys) {
|
||||||
async.eachSeries(keys,function(key,nextKey) {
|
async.eachSeries(keys,function(key,nextKey) {
|
||||||
DB.hgetall(key,funciton(err,abr) {
|
DB.hgetall(key,function(err,abr) {
|
||||||
if ((abr)&&(abr.id)&&(abr.id.length === 10)&&(ztDbTrue(abr['activeBridge']))) {
|
if ((abr)&&(abr.id)&&(abr.id.length === 10)&&(ztDbTrue(abr['activeBridge']))) {
|
||||||
if (activeBridges.length)
|
if (activeBridges.length)
|
||||||
activeBridges += ',';
|
activeBridges += ',';
|
||||||
|
|
Loading…
Add table
Reference in a new issue