1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-29 15:42:04 +03:00

s3:netapi: Remove use_ccache from 'struct libnetapi_ctx'

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
This commit is contained in:
Andreas Schneider
2021-03-18 13:39:54 +01:00
committed by Günther Deschner
parent 67d49ac148
commit 3f3093933a
3 changed files with 4 additions and 4 deletions

View File

@ -57,7 +57,6 @@ struct libnetapi_private_ctx {
struct libnetapi_ctx {
char *debuglevel;
char *error_string;
int use_ccache;
int disable_policy_handle_cache;
struct cli_credentials *creds;