Typo fix.

This commit is contained in:
Adam Ierymenko 2014-06-16 20:41:23 +00:00
parent adc922d7fb
commit 9d6488c31a

View File

@ -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 += ',';