From 2d0cb54ceb8f568f233533ada007822ffb40ee3d Mon Sep 17 00:00:00 2001 From: Kamen Mazdrashki Date: Wed, 10 Nov 2010 02:32:29 +0200 Subject: [PATCH] s4-dsdb_syntax: Warning message that we can't find requested ATTID in Schema Cache --- source4/dsdb/schema/schema_syntax.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source4/dsdb/schema/schema_syntax.c b/source4/dsdb/schema/schema_syntax.c index 544fd3280fb..bdc78d20b02 100644 --- a/source4/dsdb/schema/schema_syntax.c +++ b/source4/dsdb/schema/schema_syntax.c @@ -2595,6 +2595,7 @@ WERROR dsdb_attribute_drsuapi_to_ldb(struct ldb_context *ldb, sa = dsdb_attribute_by_attributeID_id(schema, in->attid); if (!sa) { + DEBUG(1,(__location__ ": Unknown attributeID_id 0x%08X\n", in->attid)); return WERR_FOOBAR; } -- 2.11.4.GIT