From 02eab6602640e73f295a37019c0989dbd799229b Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Sat, 3 Jul 2010 14:07:44 +0200 Subject: s4:schema_set.c - Fix a comment --- source4/dsdb/schema/schema_set.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/dsdb') 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) { -- cgit