]> git.cworth.org Git - notmuch/commitdiff
cli/config: allocate config using talloc_zero
authorJani Nikula <jani@nikula.org>
Sat, 17 Dec 2016 16:20:26 +0000 (18:20 +0200)
committerDavid Bremner <david@tethera.net>
Sat, 7 Jan 2017 12:24:07 +0000 (08:24 -0400)
Do not initialize each field separately. It's more robust to allocate
the config with zero initialization, and only set the non-zero
defaults individually.


No differences found