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:
parent
fcd47a4966
commit
ce1ad21ce6
@ -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) {
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user