mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Need to strdup subschemasubentry a_type
This commit is contained in:
parent
b0d176738e
commit
add0d847fb
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue