Need to strdup subschemasubentry a_type

This commit is contained in:
Kurt Zeilenga 2000-03-01 19:38:15 +00:00
parent b0d176738e
commit add0d847fb

View File

@ -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