]> git.sur5r.net Git - openldap/commitdiff
remove c_pb, it is no longer needed
authorLuke Howard <lukeh@openldap.org>
Thu, 16 Feb 2006 00:14:38 +0000 (00:14 +0000)
committerLuke Howard <lukeh@openldap.org>
Thu, 16 Feb 2006 00:14:38 +0000 (00:14 +0000)
servers/slapd/slap.h
servers/slapd/slapi/slapi.h

index edd5748c3a2b76c09987fd3df05b09996aba0974..f46d69e69d70492635a2e00d01b57ba2bf9a17a5 100644 (file)
@@ -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 */
 
        /*
index 4eae15ca42e7535d188242afee19ba13f6ed58f0..140c0592674f153eee505a06f59501b76572a322 100644 (file)
@@ -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)