]> git.ipfire.org Git - thirdparty/pdns.git/commit
Clean up SSQLite3::~SSQLite3 13955/head
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Tue, 19 Mar 2024 18:21:04 +0000 (14:21 -0400)
committerGitHub <noreply@github.com>
Tue, 19 Mar 2024 18:21:04 +0000 (14:21 -0400)
commit11840d2be781a5e48561c33d7ff7593f3f7493e4
tree84255af5fcd11eae05df720de389d592f47d5dd4
parentf21dbba6a421fa2db65db044dd62690a89ada03a
Clean up SSQLite3::~SSQLite3

* The loop will run once or twice
* There used to be some cleanup that was done in the failure case but it has been gone for a while
* Clarify logic
* Report error message from sqlite3
pdns/ssqlite3.cc