more refactorings

This commit is contained in:
Radu Ioan Fericean
2014-07-31 15:05:35 +03:00
parent d29512de02
commit d6ede3560a
5 changed files with 44 additions and 44 deletions

View File

@@ -463,7 +463,7 @@ func main() {
}
if cfg.CDRStatsEnabled {
cdrStats = NewStats(accountDb)
cdrStats = engine.NewStats(accountDb)
server.RpcRegister(cdrStats)
}