diff options
author | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-09-19 09:40:13 +0200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2010-09-24 09:25:41 +1000 |
commit | 08298457d4f0762cd5245a865d9b3a09cd74353e (patch) | |
tree | 6f5b48e809009265b5427bf62216537c9e0ca3db /source4/dsdb/samdb | |
parent | 7a1a0cde2e4b3f1ef43de9021dcc1e60da87089b (diff) | |
download | samba-08298457d4f0762cd5245a865d9b3a09cd74353e.tar.gz samba-08298457d4f0762cd5245a865d9b3a09cd74353e.tar.bz2 samba-08298457d4f0762cd5245a865d9b3a09cd74353e.zip |
s4:rootdse LDB module - fix comment typo
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/dsdb/samdb')
-rw-r--r-- | source4/dsdb/samdb/ldb_modules/rootdse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/rootdse.c b/source4/dsdb/samdb/ldb_modules/rootdse.c index 51ac7e694f..6907f0d471 100644 --- a/source4/dsdb/samdb/ldb_modules/rootdse.c +++ b/source4/dsdb/samdb/ldb_modules/rootdse.c @@ -186,7 +186,7 @@ static int rootdse_add_dynamic(struct ldb_module *module, struct ldb_message *ms msg->dn = ldb_dn_new(msg, ldb, NULL); - /* don't return the distinduishedName, cn and name attributes */ + /* don't return the distinguishedName, cn and name attributes */ ldb_msg_remove_attr(msg, "distinguishedName"); ldb_msg_remove_attr(msg, "cn"); ldb_msg_remove_attr(msg, "name"); |