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

(ITS#5085) slapo-translucent has wrong Debug message



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.