20 lines
799 B
Diff
20 lines
799 B
Diff
Index: servers/slapd/back-ldap/search.c
|
|
===================================================================
|
|
RCS file: /repo/OpenLDAP/pkg/ldap/servers/slapd/back-ldap/search.c,v
|
|
retrieving revision 1.201.2.20
|
|
retrieving revision 1.201.2.21
|
|
diff -u -r1.201.2.20 -r1.201.2.21
|
|
--- servers/slapd/back-ldap/search.c 5 Mar 2009 18:22:14 -0000 1.201.2.20
|
|
+++ servers/slapd/back-ldap/search.c 6 Mar 2009 07:14:56 -0000 1.201.2.21
|
|
@@ -929,8 +929,8 @@
|
|
|
|
/* TODO: timeout? */
|
|
rc = ldap_pvt_search_s( lc->lc_ld, ndn->bv_val, LDAP_SCOPE_BASE, filter,
|
|
- attrp, 0, ctrls, NULL,
|
|
- NULL, LDAP_NO_LIMIT, op->ors_deref, &result );
|
|
+ attrp, LDAP_DEREF_NEVER, ctrls, NULL,
|
|
+ NULL, LDAP_NO_LIMIT, 0, &result );
|
|
if ( rc != LDAP_SUCCESS ) {
|
|
if ( rc == LDAP_SERVER_DOWN && do_retry ) {
|
|
do_retry = 0;
|