]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:libads: remove unused ads->auth.renewable
authorStefan Metzmacher <metze@samba.org>
Tue, 27 Feb 2024 11:52:14 +0000 (12:52 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 14 May 2024 10:18:31 +0000 (10:18 +0000)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/libads/kerberos_util.c
source3/librpc/idl/ads.idl

index bfe53820aff66192a5d739906a86af68586c394d..3b25dea28bb4ea5209ea9fbbfbc544aee8f4299c 100644 (file)
@@ -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) {
index 0cadea7e5ae5daab4dfe7fc35a38fb582d5256e1..37f145d66769ab765be1a405778f0986edabf32e 100644 (file)
@@ -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 {