mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 10:09:43 -05:00
Create SLAPI object extensions in connection_fake_init()
This commit is contained in:
parent
c723a77e1c
commit
d8647e5c07
1 changed files with 5 additions and 0 deletions
|
|
@ -2238,6 +2238,11 @@ connection_fake_init(
|
|||
op->o_connid = op->o_conn->c_connid;
|
||||
connection_init_log_prefix( op );
|
||||
|
||||
#ifdef LDAP_SLAPI
|
||||
slapi_int_create_object_extensions( SLAPI_X_EXT_CONNECTION, conn );
|
||||
slapi_int_create_object_extensions( SLAPI_X_EXT_OPERATION, op );
|
||||
#endif /* LDAP_SLAPI */
|
||||
|
||||
slap_op_time( &op->o_time, &op->o_tincr );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue