mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
fix years old cut'n'paste
This commit is contained in:
parent
5415e1e6de
commit
2358b35c58
@ -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 New Issue
Block a user