From 67c644aa591c051cfe1e3f3536186ecf0b4449f2 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 8 May 2008 18:32:22 +0200 Subject: dsgetdcname: use existing messaging_context if possible. Guenther (This used to be commit 7889516a384c155a9045aad4409c041fddd0d98d) --- source3/librpc/gen_ndr/libnet_join.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/librpc/gen_ndr') diff --git a/source3/librpc/gen_ndr/libnet_join.h b/source3/librpc/gen_ndr/libnet_join.h index 0415f030b4..e5ec438bb5 100644 --- a/source3/librpc/gen_ndr/libnet_join.h +++ b/source3/librpc/gen_ndr/libnet_join.h @@ -28,6 +28,7 @@ struct libnet_JoinCtx { struct ads_struct *ads;/* [ref] */ uint8_t debug; enum netr_SchannelType secure_channel_type; + struct messaging_context *msg_ctx;/* [noprint,ref] */ } in; struct { @@ -59,6 +60,7 @@ struct libnet_UnjoinCtx { struct dom_sid *domain_sid;/* [ref] */ struct ads_struct *ads;/* [ref] */ uint8_t debug; + struct messaging_context *msg_ctx;/* [noprint,ref] */ } in; struct { -- cgit