svn commit: samba r23146 - in branches/SAMBA_4_0/source/winbind: .

metze at samba.org metze at samba.org
Fri May 25 13:30:51 GMT 2007


Author: metze
Date: 2007-05-25 13:30:49 +0000 (Fri, 25 May 2007)
New Revision: 23146

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23146

Log:
fix the build (temporary)

abartlet: please fix this correct!

metze
Modified:
   branches/SAMBA_4_0/source/winbind/wb_dom_info_trusted.c


Changeset:
Modified: branches/SAMBA_4_0/source/winbind/wb_dom_info_trusted.c
===================================================================
--- branches/SAMBA_4_0/source/winbind/wb_dom_info_trusted.c	2007-05-25 13:11:17 UTC (rev 23145)
+++ branches/SAMBA_4_0/source/winbind/wb_dom_info_trusted.c	2007-05-25 13:30:49 UTC (rev 23146)
@@ -55,6 +55,12 @@
 	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 @@
 
 	composite_done(state->ctx);
 }
+#endif
 
 NTSTATUS wb_trusted_dom_info_recv(struct composite_context *ctx,
 				  TALLOC_CTX *mem_ctx,



More information about the samba-cvs mailing list