mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-24 23:26:41 +00:00
Typo fix.
This commit is contained in:
parent
adc922d7fb
commit
9d6488c31a
@ -472,7 +472,7 @@ function doNetconfRequest(message)
|
||||
DB.keys('zt1:network:'+nwid+':member:*:~',function(err,keys) {
|
||||
if (keys) {
|
||||
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 (activeBridges.length)
|
||||
activeBridges += ',';
|
||||
|
Loading…
Reference in New Issue
Block a user