mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
remove c_pb, it is no longer needed
This commit is contained in:
parent
377aa0be68
commit
ec023f9777
@ -2638,7 +2638,6 @@ typedef struct slap_conn {
|
||||
long c_n_read; /* num of read calls */
|
||||
long c_n_write; /* num of write calls */
|
||||
|
||||
void *c_pb; /* Netscape plugin */
|
||||
void *c_extensions; /* Netscape plugin */
|
||||
|
||||
/*
|
||||
|
@ -45,7 +45,6 @@ LDAP_BEGIN_DECL
|
||||
#define SLAPI_OVERLAY_NAME "slapi"
|
||||
|
||||
#define SLAPI_OPERATION_PBLOCK(_op) ((_op)->o_callback->sc_private)
|
||||
#define SLAPI_CONNECTION_PBLOCK(_conn) ((_conn)->c_pb);
|
||||
#define SLAPI_BACKEND_PBLOCK(_be) ((_be)->be_pb)
|
||||
|
||||
#define SLAPI_OPERATION_EXTENSIONS(_op) ((_op)->o_hdr->oh_extensions)
|
||||
|
Loading…
Reference in New Issue
Block a user