]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
dict-ldap: Fix calling dict_wait() on async lookup
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Wed, 5 May 2021 13:47:43 +0000 (16:47 +0300)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Thu, 6 May 2021 06:28:50 +0000 (06:28 +0000)
commit3d2a582d56dbbb33af9873930cb62006fe834557
tree11fcbd5e62200a0bb75f19388c415f9387cb2482
parent8e730ab0b70c4a1c84b7bd84cdde6edb767ca6f0
dict-ldap: Fix calling dict_wait() on async lookup

The dict_wait() could have waited forever because nothing stopped the
ioloop. Also fix calling the callback with the proper active ioloop.
src/lib-dict-backend/dict-ldap.c