mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-23 14:09:39 +08:00
Remove SLAPI references
This commit is contained in:
parent
dab5803a59
commit
727a16ca55
@ -34,9 +34,6 @@
|
||||
|
||||
#include "slap.h"
|
||||
#include "lber_pvt.h"
|
||||
#ifdef LDAP_SLAPI
|
||||
#include "slapi/slapi.h"
|
||||
#endif
|
||||
|
||||
#include "ldap_rq.h"
|
||||
|
||||
@ -253,9 +250,6 @@ int slap_startup( Backend *be )
|
||||
int slap_shutdown( Backend *be )
|
||||
{
|
||||
int rc;
|
||||
#ifdef LDAP_SLAPI
|
||||
Slapi_PBlock *pb;
|
||||
#endif
|
||||
|
||||
Debug( LDAP_DEBUG_TRACE,
|
||||
"%s shutdown: initiated\n",
|
||||
|
Loading…
Reference in New Issue
Block a user