summaryrefslogtreecommitdiff
path: root/source4/dsdb/schema/schema_syntax.c
diff options
context:
space:
mode:
authorKamen Mazdrashki <kamenim@samba.org>2010-11-10 02:32:29 +0200
committerKamen Mazdrashki <kamenim@samba.org>2010-11-11 18:54:20 +0000
commit2d0cb54ceb8f568f233533ada007822ffb40ee3d (patch)
tree6f3d9d701f393e7cae426f2bba9f35a8746a67b9 /source4/dsdb/schema/schema_syntax.c
parent3ab75524ee11f9121f41b3d4dd452ecdf9847e67 (diff)
downloadsamba-2d0cb54ceb8f568f233533ada007822ffb40ee3d.tar.gz
s4-dsdb_syntax: Warning message that we can't find requested ATTID in Schema Cache
Diffstat (limited to 'source4/dsdb/schema/schema_syntax.c')
-rw-r--r--source4/dsdb/schema/schema_syntax.c1
1 files changed, 1 insertions, 0 deletions
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;
}