diff options
author | Matthias Dieter Wallnöfer <mdw@samba.org> | 2011-04-04 14:06:45 +0200 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mdw@samba.org> | 2011-04-07 15:53:19 +0200 |
commit | 1d8980df0494af975278954dce4b24605602ed6f (patch) | |
tree | 1fb26f80e3ff3c1081ff72fef296ba5f3ad7414c /source4/dsdb | |
parent | 02c6f9d0d94313bab00edca80af50e162b2ddfaa (diff) | |
download | samba-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/dsdb')
-rw-r--r-- | source4/dsdb/samdb/ldb_modules/objectclass.c | 2 |
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); } |