mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 20:43:44 +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) {
|
||||
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…
Add table
Reference in a new issue