From 1d8980df0494af975278954dce4b24605602ed6f Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Mon, 4 Apr 2011 14:06:45 +0200 Subject: s4:objectclass LDB module - fix a comment - add a ")" Reviewed-by: abartlet --- source4/dsdb/samdb/ldb_modules/objectclass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/dsdb/samdb/ldb_modules') 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); } -- cgit