Fix RPAlias loading

This commit is contained in:
DanB
2014-08-16 20:16:17 +02:00
parent 53f19dad4a
commit 988f3c6bf2

View File

@@ -366,6 +366,7 @@ func (rs *RedisStorage) RemoveRpAliases(tenantRtSubjects []*TenantRatingSubject)
if _, err = rs.db.Del(key); err != nil {
return err
}
break
}
}
return