mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
consistently rename function
This commit is contained in:
parent
a215fdea66
commit
1001d062d3
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user