r15317: Because LDB is now async, there are more places were we might run the
authorAndrew Bartlett <abartlet@samba.org>
Sat, 29 Apr 2006 09:20:22 +0000 (09:20 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:05:11 +0000 (14:05 -0500)
commit26259ce98b20e6ae797afdfe9d3b8cf43cf01702
tree6ffd283eaa0f5016c2aad925a121500f1169a2ad
parentb4246a73537258bedbec63e37cb120a7d7ebafa8
r15317: Because LDB is now async, there are more places were we might run the
even context again.  We need to ensure we don't process packets until
we are finished setting up the connection, have the ldb in place etc.

We may need to do the same in other servers.

Andrew Bartlett
(This used to be commit 9bbc93bef2881251b734732d84bf0b2e5cf8b285)
source4/ldap_server/ldap_server.c