mirror of
https://github.com/samba-team/samba.git
synced 2025-07-22 16:59:09 +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
@ -333,8 +333,6 @@ NET_API_STATUS libnetapi_set_use_ccache(struct libnetapi_ctx *ctx)
|
||||
{
|
||||
uint32_t gensec_features;
|
||||
|
||||
ctx->use_ccache = true;
|
||||
|
||||
gensec_features = cli_credentials_get_gensec_features(ctx->creds);
|
||||
gensec_features |= GENSEC_FEATURE_NTLM_CCACHE;
|
||||
cli_credentials_set_gensec_features(ctx->creds, gensec_features);
|
||||
|
Reference in New Issue
Block a user