From 88f17981001c509c4844304b5a120540ae2963f6 Mon Sep 17 00:00:00 2001 From: Kamen Mazdrashki Date: Tue, 13 Jul 2010 02:37:58 +0300 Subject: s4-ldb: use TALLOC_CTX type instead of 'void' --- source4/lib/ldb/common/ldb_controls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/ldb/common/ldb_controls.c') diff --git a/source4/lib/ldb/common/ldb_controls.c b/source4/lib/ldb/common/ldb_controls.c index abdbb1496d..d75221e720 100644 --- a/source4/lib/ldb/common/ldb_controls.c +++ b/source4/lib/ldb/common/ldb_controls.c @@ -236,7 +236,7 @@ int ldb_reply_add_control(struct ldb_reply *ares, const char *oid, bool critical /* Parse controls from the format used on the command line and in ejs */ -struct ldb_control **ldb_parse_control_strings(struct ldb_context *ldb, void *mem_ctx, const char **control_strings) +struct ldb_control **ldb_parse_control_strings(struct ldb_context *ldb, TALLOC_CTX *mem_ctx, const char **control_strings) { unsigned int i; struct ldb_control **ctrl; -- cgit