mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Use LDAP_REWRITE_V, not LDAP_V
This commit is contained in:
parent
7de25993f5
commit
a348f46e56
1 changed files with 1 additions and 1 deletions
|
|
@ -313,7 +313,7 @@ struct rewrite_info {
|
|||
* PRIVATE *
|
||||
***********/
|
||||
|
||||
LDAP_V (struct rewrite_context*) __curr_context;
|
||||
LDAP_REWRITE_V (struct rewrite_context*) __curr_context;
|
||||
|
||||
/*
|
||||
* Maps
|
||||
|
|
|
|||
Loading…
Reference in a new issue