Files
netbird/management/server
mlsmaycon e0915444a7 [management] Close the seed store and drop a failed template database
NewTestStoreFromSQL returned without closing the sqlite seed store when
both engine attempts failed, leaving the connection and its opener
goroutine behind on the failure path too. A template database whose
migration or schema extraction failed was also left on the server; it
is dropped so retries on a shared server do not accumulate them.
2026-09-12 12:17:37 +00:00
..