From: Stefan Metzmacher Date: Tue, 27 Feb 2024 11:52:14 +0000 (+0100) Subject: s3:libads: remove unused ads->auth.renewable X-Git-Tag: tdb-1.4.11~768 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce1ad21ce638792d815c04819e9b479273cdb729;p=thirdparty%2Fsamba.git s3:libads: remove unused ads->auth.renewable Signed-off-by: Stefan Metzmacher Reviewed-by: Andreas Schneider --- diff --git a/source3/libads/kerberos_util.c b/source3/libads/kerberos_util.c index bfe53820aff..3b25dea28bb 100644 --- a/source3/libads/kerberos_util.c +++ b/source3/libads/kerberos_util.c @@ -66,7 +66,7 @@ int ads_kinit_password(ADS_STRUCT *ads) ads->auth.time_offset, &ads->auth.tgt_expire, NULL, ads->auth.ccache_name, false, false, - ads->auth.renewable, + 0, NULL, NULL, NULL, NULL); if (ret) { diff --git a/source3/librpc/idl/ads.idl b/source3/librpc/idl/ads.idl index 0cadea7e5ae..37f145d6676 100644 --- a/source3/librpc/idl/ads.idl +++ b/source3/librpc/idl/ads.idl @@ -56,7 +56,6 @@ interface ads string ccache_name; time_t tgt_expire; time_t tgs_expire; - time_t renewable; } ads_auth; typedef [nopull,nopush] struct {