Rename config from internal to dbinternal

This commit is contained in:
TeoV
2018-07-03 11:14:52 -04:00
committed by Dan Christian Bogos
parent 40c7699ee4
commit f304d6d32d
2 changed files with 1 additions and 38 deletions

View File

@@ -1350,7 +1350,7 @@ func (ms *MapStorage) GetFilterReverseIndexesDrv(cacheID, itemIDPrefix string,
return nil, err
}
indexes = make(map[string]utils.StringMap)
for fldName, _ := range fldNameVal {
for fldName := range fldNameVal {
if _, has := indexes[fldName]; !has {
indexes[fldName] = make(utils.StringMap)
}