mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-23 14:09:39 +08:00
More struct cleanup
This commit is contained in:
parent
7426ab07fc
commit
7cdfd72cc0
@ -361,7 +361,7 @@ struct OidMacro {
|
||||
BerVarray som_subs;
|
||||
#define SLAP_OM_HARDCODE 0x10000U /* This is hardcoded schema */
|
||||
int som_flags;
|
||||
LDAP_STAILQ_ENTRY(slap_oid_macro) som_next;
|
||||
LDAP_STAILQ_ENTRY(OidMacro) som_next;
|
||||
};
|
||||
|
||||
typedef int slap_syntax_validate_func LDAP_P((
|
||||
|
Loading…
Reference in New Issue
Block a user