diff options
author | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-07-03 14:07:44 +0200 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-07-03 14:53:03 +0200 |
commit | 02eab6602640e73f295a37019c0989dbd799229b (patch) | |
tree | ac2f4c75468de87f6ba0195c5e8352a35605c33d /source4/dsdb/schema | |
parent | d1ee7ab16ee2993e12dad2a3eed2f1719fae11d7 (diff) | |
download | samba-02eab6602640e73f295a37019c0989dbd799229b.tar.gz samba-02eab6602640e73f295a37019c0989dbd799229b.tar.bz2 samba-02eab6602640e73f295a37019c0989dbd799229b.zip |
s4:schema_set.c - Fix a comment
Diffstat (limited to 'source4/dsdb/schema')
-rw-r--r-- | source4/dsdb/schema/schema_set.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/dsdb/schema/schema_set.c b/source4/dsdb/schema/schema_set.c index e913ecf2cd..1dcb4f89d5 100644 --- a/source4/dsdb/schema/schema_set.c +++ b/source4/dsdb/schema/schema_set.c @@ -428,7 +428,8 @@ int dsdb_reference_schema(struct ldb_context *ldb, struct dsdb_schema *schema, return ret; } - /* Remove the refernece to the schema we just overwrote - if there was none, NULL is harmless here */ + /* Remove the reference to the schema we just overwrote - if there was + * none, NULL is harmless here */ talloc_unlink(ldb, old_schema); if (talloc_reference(ldb, schema) == NULL) { |