]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
fix data type here, too
authorAlan T. DeKok <aland@freeradius.org>
Wed, 22 Sep 2021 17:19:48 +0000 (13:19 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 22 Sep 2021 17:19:48 +0000 (13:19 -0400)
src/lib/tls/conf-h

index bd0d46029b6503ea868c79a77f9f62b713a54e32..4a4f2a8ae43202465616707396c1e90a227234d1 100644 (file)
@@ -98,7 +98,7 @@ typedef struct {
        tmpl_t          *id_name;                       //!< Context ID to allow multiple sessions stores to be defined.
        char            context_id[SSL_MAX_SSL_SESSION_ID_LENGTH];
 
-       uint32_t        lifetime;                       //!< The maximum period a session can be resumed after.
+       fr_time_delta_t lifetime;                       //!< The maximum period a session can be resumed after.
 
        bool            require_extms;                  //!< Only allow session resumption if the client/server
                                                        //!< supports the extended master session key.  This protects