ghenry@OpenLDAP.org wrote:
Full_Name: Gavin Henry Version: HEAD OS: URL: ftp://ftp.openldap.org/incoming/ Submission from: (NULL) (212.159.59.85) Submitted by: ghenry
Inside:
translucent_db_destroy
Debug:
Debug(LDAP_DEBUG_TRACE, "==> translucent_db_close\n", 0, 0, 0);
Should be:
Debug(LDAP_DEBUG_TRACE, "==> translucent_db_destroy\n", 0, 0, 0);
Probably copy and paste error.
Correcting.
Gavin.
This is missing from RE_23, but obviously not going to be added. There is another error in RE_23 though:
Debug(LDAP_DEBUG_TRACE, "==> translucent_init\n", 0, 0, 0);
should be translucent_db_init.
Will change under this ITS.
Gavin.