Skip to content
Snippets Groups Projects
Commit 959e9e67 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

import fix to ITS#3474 from HEAD

parent cf464672
No related branches found
No related tags found
No related merge requests found
......@@ -5,11 +5,12 @@ OpenLDAP 2.2.21 Engineering
Fixed slapd/slurpd replog locking (ITS#3421)
Fixed slaptest failure if databases cannot be started (ITS#3461)
Fixed back-bdb entry e_ocflags reset on objectClass modify
Fixed back-bdb retcode on referral (ITS#3475)
Fixed back-bdb detecting deadlock in indexer (ITS#3481)
Build Environment
Misc fixes for dynamic modules (ITS#3401, #3428)
Documentation
slappasswd man page quotes (ITS#3468)
Fixed slappasswd man page quotes (ITS#3468)
OpenLDAP 2.2.20 Release
Fixed slapd sanity check on protocol in authz-regexp URI (ITS#3411)
......
......@@ -116,7 +116,7 @@ dn2entry_retry:
if( rs->sr_ref != NULL ) {
/* send referrals */
rs->sr_err = LDAP_REFERRAL;
rc = rs->sr_err = LDAP_REFERRAL;
send_ldap_result( op, rs );
ber_bvarray_free( rs->sr_ref );
rs->sr_ref = NULL;
......
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