mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 03:29:35 -05:00
SLAPI fixes
This commit is contained in:
parent
6c2f47ecd5
commit
5004ec3f01
1 changed files with 1 additions and 1 deletions
|
|
@ -1376,7 +1376,7 @@ slapi_send_ldap_result(
|
|||
rs.sr_type = REP_EXTENDED;
|
||||
rs.sr_rspoid = extOID;
|
||||
slapi_pblock_get( pb, SLAPI_EXT_OP_RET_VALUE, &rs.sr_rspdata );
|
||||
send_ldap_response( op, &rs );
|
||||
send_ldap_extended_response( op, &rs );
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue