]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-fs: Allow fs_set_metadata() to update already added metadata.
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Fri, 31 Mar 2017 09:28:01 +0000 (12:28 +0300)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Mon, 3 Apr 2017 11:00:04 +0000 (14:00 +0300)
commit549888de08e03ae4e4649ebf9f5fe6f8647d5840
treea53d4f4ffbd6b68bc6ef203987617002a1862566
parent0545e6b8c0d5864b3473f0636f977b954934b496
lib-fs: Allow fs_set_metadata() to update already added metadata.

Previously we were just appending the metadata multiple times with different
values, which could have caused problems.
src/lib-fs/fs-api.c