BUG fixup - StorDB close looping

This commit is contained in:
DanB
2013-10-07 15:19:59 +02:00
parent f1d2bc6164
commit 036e363ca8
2 changed files with 1 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ type SQLStorage struct {
}
func (self *SQLStorage) Close() {
self.Close()
self.Db.Close()
}
func (self *SQLStorage) Flush() (err error) {