diff options
Diffstat (limited to 'source3/librpc/gen_ndr')
-rw-r--r-- | source3/librpc/gen_ndr/libnet_join.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |