]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-storage: Don't unnecessarily duplicate user's all setting strings
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Sat, 4 Feb 2017 11:38:17 +0000 (13:38 +0200)
committerGitLab <gitlab@git.dovecot.net>
Mon, 6 Feb 2017 08:21:46 +0000 (10:21 +0200)
commit3c2e763ab035567b2081a805648537b27e7cbbcf
tree5eb8846bcdc56ef1c00b35d1486941e56f9b8e2b
parentc6108c1bfa10d5fcd1def9c6a23ebcd5204d1775
lib-storage: Don't unnecessarily duplicate user's all setting strings

user->unexpanded_set and user->set have the same life-time, so they can
point to same strings.
src/lib-storage/mail-user.c