Skip to content
Snippets Groups Projects
Commit f1fb2b49 authored by Pierangelo Masarati's avatar Pierangelo Masarati Committed by Quanah Gibson-Mount
Browse files

fix years old cut'n'paste

parent 5b85a456
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
......
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