]> git.sur5r.net Git - openldap/commitdiff
Add missing assignment in last commit.
authorKurt Zeilenga <kurt@openldap.org>
Fri, 22 Aug 2003 21:16:16 +0000 (21:16 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 22 Aug 2003 21:16:16 +0000 (21:16 +0000)
servers/slapd/schema_init.c

index 273398cda6f1fbbf091f58e5d29a8df5233d938e..e5fc458612099480d85ccb2043e715d7eda23291 100644 (file)
@@ -780,7 +780,7 @@ nameUIDPretty(
                                ber_memfree_x( out->bv_val, ctx );
                                return LDAP_OTHER;
                        }
-
+                       out->bv_val = tmp;
                        out->bv_val[out->bv_len++] = '#';
 
                        got1 = uidval.bv_len < sizeof("'0'B");