From f1fb2b497d30952c56b79f9835ed2dc0a2d36fe6 Mon Sep 17 00:00:00 2001
From: Pierangelo Masarati <ando@OpenLDAP.org>
Date: Sat, 28 Dec 2013 11:03:55 +0100
Subject: [PATCH] fix years old cut'n'paste

---
 libraries/libldap/deref.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libraries/libldap/deref.c b/libraries/libldap/deref.c
index 1313adece5..cf124f1bf2 100644
--- a/libraries/libldap/deref.c
+++ b/libraries/libldap/deref.c
@@ -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 );
-- 
GitLab