]> git.sur5r.net Git - openldap/commitdiff
consistently rename function
authorPierangelo Masarati <ando@openldap.org>
Thu, 5 May 2005 18:11:35 +0000 (18:11 +0000)
committerPierangelo Masarati <ando@openldap.org>
Thu, 5 May 2005 18:11:35 +0000 (18:11 +0000)
servers/slapd/back-ldap/search.c

index fd57590a139fd9e1e6011ee9ab12e4ae25bc9051..144e27f6014eda16f71d2ad12b77dc2989aa01d6 100644 (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;
                        }