mirror of
https://github.com/anope/anope.git
synced 2026-06-23 20:06:38 +02:00
fb17bc85ea
Accessing the same LDAP* from multiple threads at once is always undefined, even if one thread is just polling ldap_result. Instead keep one thread per connection and issue blocking queries on the thread.