mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-04-17 19:08:13 +00:00
When DB fails to be open, aptly was skipping "close" phase, so that next request considered database to be still open (while it's closed) leading to panic. Fixes: #431