From 40cd2d778093d7799b27b6beb37166d8a53f965c Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 16 May 2007 14:52:54 +0000 Subject: r22944: fix bug #4618: rename private -> private_data metze (This used to be commit 58551f2f28fce8f1fcd04736c47ecd7458f32ea2) --- source4/winbind/wb_dom_info_trusted.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/winbind/wb_dom_info_trusted.c') diff --git a/source4/winbind/wb_dom_info_trusted.c b/source4/winbind/wb_dom_info_trusted.c index e0d074270c..57e7b05dbe 100644 --- a/source4/winbind/wb_dom_info_trusted.c +++ b/source4/winbind/wb_dom_info_trusted.c @@ -117,7 +117,7 @@ static void trusted_dom_info_recv_domain(struct composite_context *ctx) static void trusted_dom_info_recv_dsr(struct rpc_request *req) { struct trusted_dom_info_state *state = - talloc_get_type(req->async.private, + talloc_get_type(req->async.private_data, struct trusted_dom_info_state); state->ctx->status = dcerpc_ndr_request_recv(req); @@ -171,7 +171,7 @@ static void trusted_dom_info_recv_dsr(struct rpc_request *req) static void trusted_dom_info_recv_dcname(struct rpc_request *req) { struct trusted_dom_info_state *state = - talloc_get_type(req->async.private, + talloc_get_type(req->async.private_data, struct trusted_dom_info_state); struct composite_context *ctx; struct nbt_name name; -- cgit