From b5af7b9a1eb70db949c83fe6b55e402b82a2a9a4 Mon Sep 17 00:00:00 2001 From: Kamen Mazdrashki Date: Tue, 17 Aug 2010 04:12:54 +0300 Subject: s4-dsdb: Use dsdb_syntax_ctx in *_ldb_to_drsuapi functions --- source4/dsdb/schema/schema.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source4/dsdb/schema/schema.h') diff --git a/source4/dsdb/schema/schema.h b/source4/dsdb/schema/schema.h index a9b383cb07..0222ec37fa 100644 --- a/source4/dsdb/schema/schema.h +++ b/source4/dsdb/schema/schema.h @@ -51,8 +51,7 @@ struct dsdb_syntax { const struct drsuapi_DsReplicaAttribute *in, TALLOC_CTX *mem_ctx, struct ldb_message_element *out); - WERROR (*ldb_to_drsuapi)(struct ldb_context *ldb, - const struct dsdb_schema *schema, + WERROR (*ldb_to_drsuapi)(const struct dsdb_syntax_ctx *ctx, const struct dsdb_attribute *attr, const struct ldb_message_element *in, TALLOC_CTX *mem_ctx, -- cgit