]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
dict-redis: Fix crash when using synchronous commit
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Wed, 15 Jun 2022 09:19:55 +0000 (12:19 +0300)
committerMarkus Valentin <markus.valentin@open-xchange.com>
Tue, 18 Oct 2022 07:54:44 +0000 (09:54 +0200)
commit27131bdfa3fecbf58f1022dee49fe37f9785a42f
tree8905fc924751d3ae77114c474d15603257df1f34
parenta8f52eb73f35d399333eaf10ce94948b86c1e093
dict-redis: Fix crash when using synchronous commit

Redis is usually used via dict proxy process, which always uses async
commit, so this didn't matter so much.
src/lib-dict/dict-redis.c