mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
Need to strdup subschemasubentry a_type
This commit is contained in:
parent
b0d176738e
commit
add0d847fb
@ -641,7 +641,7 @@ Attribute *backend_operational(
|
||||
#ifdef SLAPD_SCHEMA_NOT_COMPAT
|
||||
/* not yet implemented */
|
||||
#else
|
||||
a->a_type = "subschemasubentry";
|
||||
a->a_type = ch_strdup("subschemasubentry");
|
||||
a->a_syntax = SYNTAX_DN | SYNTAX_CIS;
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user