summaryrefslogtreecommitdiff
path: root/source4/dsdb/schema/schema_set.c
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mdw@samba.org>2010-07-03 12:36:34 +0200
committerMatthias Dieter Wallnöfer <mdw@samba.org>2010-07-03 12:36:34 +0200
commit4df9757b48d72f0fd33ef6b7b4e359d6baa9b44f (patch)
tree9ddb826c3989c3c4d62f0b8ca27737d1b2544be8 /source4/dsdb/schema/schema_set.c
parentde81160e754cfb65a471f29e03b6e1f1c1461eb2 (diff)
downloadsamba-4df9757b48d72f0fd33ef6b7b4e359d6baa9b44f.tar.gz
samba-4df9757b48d72f0fd33ef6b7b4e359d6baa9b44f.tar.bz2
samba-4df9757b48d72f0fd33ef6b7b4e359d6baa9b44f.zip
s4:schema_set.c - fix typo
Diffstat (limited to 'source4/dsdb/schema/schema_set.c')
-rw-r--r--source4/dsdb/schema/schema_set.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/dsdb/schema/schema_set.c b/source4/dsdb/schema/schema_set.c
index e09d2073bb..cb43111b3a 100644
--- a/source4/dsdb/schema/schema_set.c
+++ b/source4/dsdb/schema/schema_set.c
@@ -385,7 +385,9 @@ int dsdb_set_schema(struct ldb_context *ldb, struct dsdb_schema *schema)
if (ret != LDB_SUCCESS) {
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 */
if (old_schema != schema) {
talloc_unlink(ldb, old_schema);
talloc_steal(ldb, schema);