diff options
Diffstat (limited to 'source4/dsdb/schema')
-rw-r--r-- | source4/dsdb/schema/schema_set.c | 4 |
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); |