mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
fix years old cut'n'paste
This commit is contained in:
parent
5415e1e6de
commit
2358b35c58
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ ldap_create_deref_control(
|
|||
|
||||
ld->ld_errno = ldap_create_deref_control_value( ld, ds, &value );
|
||||
if ( ld->ld_errno == LDAP_SUCCESS ) {
|
||||
ld->ld_errno = ldap_control_create( LDAP_CONTROL_PAGEDRESULTS,
|
||||
ld->ld_errno = ldap_control_create( LDAP_CONTROL_X_DEREF,
|
||||
iscritical, &value, 0, ctrlp );
|
||||
if ( ld->ld_errno != LDAP_SUCCESS ) {
|
||||
LDAP_FREE( value.bv_val );
|
||||
|
|
|
|||
Loading…
Reference in a new issue