]> git.sur5r.net Git - openldap/commitdiff
Need to strdup subschemasubentry a_type
authorKurt Zeilenga <kurt@openldap.org>
Wed, 1 Mar 2000 19:38:15 +0000 (19:38 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 1 Mar 2000 19:38:15 +0000 (19:38 +0000)
servers/slapd/backend.c

index 0427fa81ce1cf88b88a339f15f64e3a2125c3669..353a025f167550dbf78765271dbd5332286a34cd 100644 (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