From b468ba1386166cfe2f026051b205468de1c6103e Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 9 Oct 2005 12:50:35 +0000 Subject: r10846: Create a "wbsrv_domain", change wb_finddcs to the style of the rest of the async helpers. Volker (This used to be commit 10585ba4e81e979a03aec747db6fc059978fa566) --- source4/winbind/wb_async_helpers.h | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) (limited to 'source4/winbind/wb_async_helpers.h') diff --git a/source4/winbind/wb_async_helpers.h b/source4/winbind/wb_async_helpers.h index e2fa7e3698..1bf1c78ca8 100644 --- a/source4/winbind/wb_async_helpers.h +++ b/source4/winbind/wb_async_helpers.h @@ -22,19 +22,9 @@ #include "librpc/gen_ndr/lsa.h" -struct wb_finddcs { - struct { - struct messaging_context *msg_ctx; - const char *domain; - } in; - - struct { - int num_dcs; - struct nbt_dc_name { - const char *address; - const char *name; - } *dcs; - } out; +struct nbt_dc_name { + const char *address; + const char *name; }; struct wb_sid_object { -- cgit