From: Quanah Gibson-Mount Date: Tue, 22 Nov 2011 01:10:53 +0000 (-0800) Subject: ITS#6548,#7092 Unbind,cleanup before client exit. X-Git-Tag: OPENLDAP_REL_ENG_2_4_27~12 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=86ee1650d0f7eb66c4209fe95edccb0c67ce4720;p=openldap ITS#6548,#7092 Unbind,cleanup before client exit. Gets rid of "(connection lost)" in slapd statslog "closed" message. Conflicts: clients/tools/common.c clients/tools/ldapvc.c --- diff --git a/CHANGES b/CHANGES index 36471291dd..61f99a6ad4 100644 --- a/CHANGES +++ b/CHANGES @@ -35,6 +35,7 @@ OpenLDAP 2.4.27 Engineering Fixed slapd schema UTF8StringNormalize with 0 length values (ITS#7059) Fixed slapd with dynamic acls for cn=config (ITS#7066) Fixed slapd response callbacks (ITS#6059,ITS#7062) + Fixed slapd no_connection warnings with ldapi (ITS#6548,ITS#7092) Fixed slapd return code processing (ITS#7060) Fixed slapd sl_malloc various issues (ITS#6437) Fixed slapd startup behavior (ITS#6848)