guard call cost log duplicate check

This commit is contained in:
Radu Ioan Fericean
2015-06-18 14:43:27 +03:00
parent 81c7593726
commit ecc7af8acb

View File

@@ -135,7 +135,7 @@ func (s *Stats) ResetQueues(ids []string, out *int) error {
return nil
}
// change the xisting ones
// change the existing ones
// add new ones
// delete the ones missing from the new list
func (s *Stats) UpdateQueues(css []*CdrStats, out *int) error {