consistently rename function

This commit is contained in:
Pierangelo Masarati 2005-05-05 18:11:35 +00:00
parent a215fdea66
commit 1001d062d3

View File

@ -46,7 +46,7 @@ ldap_build_entry( Operation *op, LDAPMessage *e, Entry *ent,
* <draft-zeilenga-ldap-t-f>.
*/
static int
munge_filter(
ldap_back_munge_filter(
Operation *op,
struct berval *filter )
{
@ -226,7 +226,7 @@ fail:;
goto finish;
case LDAP_FILTER_ERROR:
if ( munge_filter( op, &filter ) ) {
if ( ldap_back_munge_filter( op, &filter ) ) {
goto retry;
}