mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +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:
parent
fcd47a4966
commit
ce1ad21ce6
@ -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) {
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user