mirror of
https://github.com/samba-team/samba.git
synced 2025-03-08 04:58:40 +03:00
r20952: when a component is changed we need to rebuild the linearized string
metze (This used to be commit beb816fb78ec4a7816680611af6619740e159424)
This commit is contained in:
parent
0ee01e6fc2
commit
784f11bd85
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user