]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
dict-redis: Fix error handling for failed synchronous commits
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Tue, 20 Jun 2023 12:35:34 +0000 (15:35 +0300)
committertimo.sirainen <timo.sirainen@open-xchange.com>
Mon, 24 Jul 2023 08:48:17 +0000 (08:48 +0000)
commit34a18f5a79bf7eca58e55aff3e1fe69468292d0f
treeaa9b899b52928ba1a99d59666820bb43ee8ce377
parent42af585919b2749d70935d71d6906fbd801a38d7
dict-redis: Fix error handling for failed synchronous commits

An error was logged if a synchronous commit failed, but the commit callback
was called with success instead of failure.
src/lib-dict/dict-redis.c