summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mdw@samba.org>2011-04-04 14:06:45 +0200
committerMatthias Dieter Wallnöfer <mdw@samba.org>2011-04-07 15:53:19 +0200
commit1d8980df0494af975278954dce4b24605602ed6f (patch)
tree1fb26f80e3ff3c1081ff72fef296ba5f3ad7414c /source4
parent02c6f9d0d94313bab00edca80af50e162b2ddfaa (diff)
downloadsamba-1d8980df0494af975278954dce4b24605602ed6f.tar.gz
samba-1d8980df0494af975278954dce4b24605602ed6f.tar.bz2
samba-1d8980df0494af975278954dce4b24605602ed6f.zip
s4:objectclass LDB module - fix a comment - add a ")"
Reviewed-by: abartlet
Diffstat (limited to 'source4')
-rw-r--r--source4/dsdb/samdb/ldb_modules/objectclass.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/objectclass.c b/source4/dsdb/samdb/ldb_modules/objectclass.c
index d9015847e6..4107c9cd7c 100644
--- a/source4/dsdb/samdb/ldb_modules/objectclass.c
+++ b/source4/dsdb/samdb/ldb_modules/objectclass.c
@@ -354,7 +354,7 @@ static int fix_dn(struct ldb_context *ldb,
#endif
- /* And replace it with CN=foo (we need the attribute in upper case */
+ /* And replace it with CN=foo (we need the attribute in upper case) */
return ldb_dn_set_component(*fixed_dn, 0, upper_rdn_attr, *rdn_val);
}