mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-15 19:34:10 -05:00
slapi glue fix
This commit is contained in:
parent
fcec35e06a
commit
3b3c521083
1 changed files with 1 additions and 1 deletions
|
|
@ -579,7 +579,7 @@ slap_send_ldap_result( Operation *op, SlapReply *rs )
|
|||
* should just set SLAPI_RESULT_CODE rather than sending a
|
||||
* result if they wish to change the result.
|
||||
*/
|
||||
if ( op->o_pb != NULL ) {
|
||||
if ( op->o_callback == NULL && op->o_pb != NULL ) {
|
||||
slapi_int_pblock_set_operation( op->o_pb, op );
|
||||
slapi_pblock_set( op->o_pb, SLAPI_RESULT_CODE,
|
||||
(void *)rs->sr_err );
|
||||
|
|
|
|||
Loading…
Reference in a new issue