summaryrefslogtreecommitdiff
path: root/source4/winbind/wb_dom_info_trusted.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-05-25 13:30:49 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:52:57 -0500
commit2d7d7948fbb1f20f76104d1864b6e4ed224aa959 (patch)
treeb3a730e9018f894d2b1708a4153927e4e92a2a97 /source4/winbind/wb_dom_info_trusted.c
parenta11e7f18a09711a596ff75940b30dca762bf3482 (diff)
downloadsamba-2d7d7948fbb1f20f76104d1864b6e4ed224aa959.tar.gz
samba-2d7d7948fbb1f20f76104d1864b6e4ed224aa959.tar.bz2
samba-2d7d7948fbb1f20f76104d1864b6e4ed224aa959.zip
r23146: fix the build (temporary)
abartlet: please fix this correct! metze (This used to be commit a4df092c80ca5d797bb8e13175c9918f9cc76043)
Diffstat (limited to 'source4/winbind/wb_dom_info_trusted.c')
-rw-r--r--source4/winbind/wb_dom_info_trusted.c7
1 files changed, 7 insertions, 0 deletions
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,