mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-23 16:18:44 +05:00
BUG fixup - StorDB close looping
This commit is contained in:
@@ -31,7 +31,7 @@ type SQLStorage struct {
|
||||
}
|
||||
|
||||
func (self *SQLStorage) Close() {
|
||||
self.Close()
|
||||
self.Db.Close()
|
||||
}
|
||||
|
||||
func (self *SQLStorage) Flush() (err error) {
|
||||
|
||||
Reference in New Issue
Block a user