summaryrefslogtreecommitdiff
path: root/source4/dsdb
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2018-10-08 17:13:13 +0200
committerKarolin Seeger <kseeger@samba.org>2018-11-05 09:33:28 +0100
commit933d5f375d82831306013744c56c42331249000d (patch)
tree1f4a000e8fa5c1d5720c771fa18c7520239a31f9 /source4/dsdb
parente02b0bcb8c8f72459f2ca9a0e5094a1b6fe231e8 (diff)
downloadsamba-933d5f375d82831306013744c56c42331249000d.tar.gz
s4:dsdb: fix comment on DSDB_CONTROL_DBCHECK_FIX_LINK_DN_NAME
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> (cherry picked from commit 60131b4452d43b3792e7f27a4190c88e7aabb1b4)
Diffstat (limited to 'source4/dsdb')
-rw-r--r--source4/dsdb/samdb/samdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/samdb/samdb.h b/source4/dsdb/samdb/samdb.h
index 7b809c76415..7d1164ffa49 100644
--- a/source4/dsdb/samdb/samdb.h
+++ b/source4/dsdb/samdb/samdb.h
@@ -130,7 +130,7 @@ struct dsdb_control_password_change {
/* passed by dbcheck to fix duplicate linked attributes (bug #13095) */
#define DSDB_CONTROL_DBCHECK_FIX_DUPLICATE_LINKS "1.3.6.1.4.1.7165.4.3.19.2"
-/* passed by dbcheck to fix the DN strong of a one-way-link (bug #13495) */
+/* passed by dbcheck to fix the DN string of a one-way-link (bug #13495) */
#define DSDB_CONTROL_DBCHECK_FIX_LINK_DN_NAME "1.3.6.1.4.1.7165.4.3.19.3"
/* passed when importing plain text password on upgrades */