1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-03 01:18:10 +03:00

s4:dsdb: fix spelling in comment

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Douglas Bagnall 2024-04-10 16:49:07 +12:00 committed by Andrew Bartlett
parent a9eaf8a3ab
commit 4af670384a

View File

@ -530,7 +530,7 @@ static struct ldb_dn *drs_ObjectIdentifier_to_dn(TALLOC_CTX *mem_ctx,
* not valid or able to parse as a DN.
*
* Finally, we must return the DN as found in the DB, as otherwise a
* subsequence ldb_dn_compare(dn, nc_root) will fail (as this is based
* subsequent ldb_dn_compare(dn, nc_root) will fail (as this is based
* on the string components).
*/
int drs_ObjectIdentifier_to_dn_and_nc_root(TALLOC_CTX *mem_ctx,