summaryrefslogtreecommitdiff
path: root/source4/dsdb/schema/schema_set.c
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mdw@samba.org>2010-07-03 14:07:44 +0200
committerMatthias Dieter Wallnöfer <mdw@samba.org>2010-07-03 14:53:03 +0200
commit02eab6602640e73f295a37019c0989dbd799229b (patch)
treeac2f4c75468de87f6ba0195c5e8352a35605c33d /source4/dsdb/schema/schema_set.c
parentd1ee7ab16ee2993e12dad2a3eed2f1719fae11d7 (diff)
downloadsamba-02eab6602640e73f295a37019c0989dbd799229b.tar.gz
samba-02eab6602640e73f295a37019c0989dbd799229b.tar.bz2
samba-02eab6602640e73f295a37019c0989dbd799229b.zip
s4:schema_set.c - Fix a comment
Diffstat (limited to 'source4/dsdb/schema/schema_set.c')
-rw-r--r--source4/dsdb/schema/schema_set.c3
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) {