mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-03 05:00:56 +00:00
39d2d273dc
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