1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

s3:libads: remove unused ads->auth.renewable

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
Stefan Metzmacher 2024-02-27 12:52:14 +01:00
parent fcd47a4966
commit ce1ad21ce6
2 changed files with 1 additions and 2 deletions

View File

@ -66,7 +66,7 @@ int ads_kinit_password(ADS_STRUCT *ads)
ads->auth.time_offset, ads->auth.time_offset,
&ads->auth.tgt_expire, NULL, &ads->auth.tgt_expire, NULL,
ads->auth.ccache_name, false, false, ads->auth.ccache_name, false, false,
ads->auth.renewable, 0,
NULL, NULL, NULL, NULL); NULL, NULL, NULL, NULL);
if (ret) { if (ret) {

View File

@ -56,7 +56,6 @@ interface ads
string ccache_name; string ccache_name;
time_t tgt_expire; time_t tgt_expire;
time_t tgs_expire; time_t tgs_expire;
time_t renewable;
} ads_auth; } ads_auth;
typedef [nopull,nopush] struct { typedef [nopull,nopush] struct {