[Date Prev][Date Next] [Chronological] [Thread] [Top]

NEW_LOGGING bugs (ITS#1730)



Full_Name: Hallvard B. Furuseth
Version: HEAD
OS: Linux
URL: http://folk.uio.no/hbf/OpenLDAP/new_logging.txt
Submission from: (NULL) (158.36.148.34)


libldap/cache.c:779: structure has no member named `lm_memused'.
I substituted `lc_memused'.

back-monitor/init.c:525: `LDAP_DEBUG_NOTICE' undeclared.
back-meta/bind.c:427:    `LDAP_DEBUG_NOTICE' undeclared.
I substituted `LDAP_DEBUG_CONFIG' and `LDAP_DEBUG_ANY', which is what
the !NEW_LOGGING branches use.

back-meta/group.c:176: missing `"'.

slapd/config.c:2151: a `>' between arguments should be `,'.