A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, master has been updated via e56a849e5d1ebde21092b9ff8a8cf4b9c5f8dfb6 (commit) from a0cc1d9655da112a4d19cddf821460a4dedeed1c (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit e56a849e5d1ebde21092b9ff8a8cf4b9c5f8dfb6 Author: Ondřej Kuzník ondra@mistotebe.net Date: Tue Mar 28 15:32:27 2017 +0100
ITS#8625 Separate Avlnode and TAvlnode types
Switch AVL_CHILD/AVL_THREAD values and set Avlnode bits to AVL_CHILD for better compatibility between avl and tavl as suggested by Howard.
-----------------------------------------------------------------------
Summary of changes: include/avl.h | 39 +++++++++++++++++++-------------- libraries/liblutil/avl.c | 2 ++ libraries/liblutil/tavl.c | 40 +++++++++++++++++----------------- libraries/liblutil/testtavl.c | 10 ++++----- servers/slapd/back-mdb/back-mdb.h | 2 +- servers/slapd/back-mdb/tools.c | 4 ++-- servers/slapd/overlays/pcache.c | 6 ++--- servers/slapd/overlays/sssvlv.c | 12 +++++----- servers/slapd/overlays/translucent.c | 4 ++-- 9 files changed, 64 insertions(+), 55 deletions(-)