diego.jesus.granados.lopez@ericsson.com wrote:
--_000_7A5601613D0AF042A5EDA8C8A7AA805D0E3E82C53DESESSCMS0356e_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable
It was difficult to achieve, but I was able to include several errors (rega= rding line numbers) in my two-line patch XD
Thanks for the report and patch. I've committed a different solution in HEAD, please test.
The correct one:
--- ../../origtmp/openldap-2.4.21/servers/slapd/back-meta/search.c 200= 9-08-14 22:54:14.000000000 +0200 +++ ./servers/slapd/back-meta/search.c 2011-04-15 13:11:51.395261000 +0200 @@ -309,6 +309,8 @@
if ( rc =3D=3D LDAP_SUCCESS ) { candidates[ candidate ].sr_msgid =3D META_M=
SGID_IGNORE;
binddn =3D msc->msc_bound_ndn;
cred =3D msc->msc_cred; goto retry; } }
Regards, Diego