From 4df9757b48d72f0fd33ef6b7b4e359d6baa9b44f Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Sat, 3 Jul 2010 12:36:34 +0200 Subject: s4:schema_set.c - fix typo --- source4/dsdb/schema/schema_set.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source4') 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); -- cgit