Skip to content
Snippets Groups Projects
Commit add0d847 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Need to strdup subschemasubentry a_type

parent b0d17673
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment