Skip to content
Snippets Groups Projects
Commit d9b5c1b3 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Additional SLAPI change from HEAD

parent 9035965b
No related branches found
Tags OPENLDAP_REL_ENG_2_3_21
No related merge requests found
......@@ -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 );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment