]> git.notmuchmail.org Git - notmuch/commitdiff
lib/open: use db struct as talloc ctx for choose_database_path
authorDavid Bremner <david@tethera.net>
Sat, 25 Dec 2021 13:33:02 +0000 (09:33 -0400)
committerDavid Bremner <david@tethera.net>
Sat, 15 Jan 2022 19:51:33 +0000 (15:51 -0400)
The extra talloc struct "local" was left over from before the notmuch
struct was allocated earlier. Having the notmuch struct available in
this function will allow more flexibility to track the configuration
variations (e.g. split vs. non-split).


No differences found