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:
committed by
Günther Deschner
parent
67d49ac148
commit
3f3093933a
@ -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;
|
||||
|
Reference in New Issue
Block a user