From 2d7d7948fbb1f20f76104d1864b6e4ed224aa959 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 25 May 2007 13:30:49 +0000 Subject: r23146: fix the build (temporary) abartlet: please fix this correct! metze (This used to be commit a4df092c80ca5d797bb8e13175c9918f9cc76043) --- source4/winbind/wb_dom_info_trusted.c | 7 +++++++ 1 file changed, 7 insertions(+) (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 57e7b05dbe..3c8acd0bda 100644 --- a/source4/winbind/wb_dom_info_trusted.c +++ b/source4/winbind/wb_dom_info_trusted.c @@ -55,6 +55,12 @@ struct composite_context *wb_trusted_dom_info_send(TALLOC_CTX *mem_ctx, result = composite_create(mem_ctx, service->task->event_ctx); if (result == NULL) goto failed; +composite_error(result, NT_STATUS_FOOBAR); +return result; +failed: +return NULL; +} +#if 0 state = talloc(result, struct trusted_dom_info_state); if (state == NULL) goto failed; state->ctx = result; @@ -207,6 +213,7 @@ static void trusted_dom_info_recv_dcaddr(struct composite_context *ctx) composite_done(state->ctx); } +#endif NTSTATUS wb_trusted_dom_info_recv(struct composite_context *ctx, TALLOC_CTX *mem_ctx, -- cgit