mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
SLAPD_SCHEMA_NOT_COMPAT: add f_sub_desc -> f_sub_type for compat
This commit is contained in:
parent
f8dd082b74
commit
2273ae0cb7
1 changed files with 1 additions and 0 deletions
|
|
@ -505,6 +505,7 @@ typedef struct slap_filter {
|
|||
#define f_mrdnaddrs f_un.f_un_mra.mra_dnattrs
|
||||
#define f_sub f_un.f_un_sub
|
||||
#define f_sub_type f_un.f_un_sub.f_un_sub_type
|
||||
#define f_sub_desc f_sub_type
|
||||
#define f_sub_initial f_un.f_un_sub.f_un_sub_initial
|
||||
#define f_sub_any f_un.f_un_sub.f_un_sub_any
|
||||
#define f_sub_final f_un.f_un_sub.f_un_sub_final
|
||||
|
|
|
|||
Loading…
Reference in a new issue