From: Andreas Schneider Date: Thu, 1 Apr 2021 10:03:45 +0000 (+0200) Subject: s3:utils: Add cli_credentials and loadparm_context to net_context X-Git-Tag: tevent-0.11.0~718 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=91d20d1d1113f602fad5bb29c2b3186f76682f03;p=thirdparty%2Fsamba.git s3:utils: Add cli_credentials and loadparm_context to net_context Will be filled later. Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- diff --git a/source3/utils/net.h b/source3/utils/net.h index 573b6e80d29..e092eef5fdc 100644 --- a/source3/utils/net.h +++ b/source3/utils/net.h @@ -97,6 +97,8 @@ struct net_context { struct libnetapi_ctx *netapi_ctx; struct messaging_context *msg_ctx; struct netlogon_creds_cli_context *netlogon_creds; + struct cli_credentials *creds; + struct loadparm_context *lp_ctx; bool display_usage; void *private_data;