]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
driver-sqlite: Don't give false out of memory errors
authorMartti Rannanjärvi <martti.rannanjarvi@dovecot.fi>
Thu, 13 Sep 2018 09:36:20 +0000 (12:36 +0300)
committerVille Savolainen <ville.savolainen@dovecot.fi>
Wed, 14 Nov 2018 08:16:07 +0000 (10:16 +0200)
commitb1941c4d2168a5003063680d14dccb3609b25d22
tree59b01c35a52280f9dbab77fa2ba7f25f80989106
parentbab965cea48904b883515be64dcea5054d8e0dc5
driver-sqlite: Don't give false out of memory errors

Only log error from sqlite3_errmsg() when connected to the db, since
otherwise dovecot logs false "out of memory" errors.
src/lib-sql/driver-sqlite.c