mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
consistently rename function
This commit is contained in:
parent
a215fdea66
commit
1001d062d3
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue