From 784f11bd85cba85773e90ab56d97cc3f9fd70943 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 22 Jan 2007 17:46:38 +0000 Subject: r20952: when a component is changed we need to rebuild the linearized string metze (This used to be commit beb816fb78ec4a7816680611af6619740e159424) --- source4/lib/ldb/common/ldb_dn.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source4/lib/ldb/common/ldb_dn.c b/source4/lib/ldb/common/ldb_dn.c index 0649626d61..93f466c72d 100644 --- a/source4/lib/ldb/common/ldb_dn.c +++ b/source4/lib/ldb/common/ldb_dn.c @@ -1421,6 +1421,7 @@ int ldb_dn_set_component(struct ldb_dn *dn, int num, const char *name, const str dn->valid_case = false; } LDB_FREE(dn->casefold); + LDB_FREE(dn->linearized); return LDB_SUCCESS; } -- cgit