]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
use correct data type
authorAlan T. DeKok <aland@freeradius.org>
Fri, 20 Mar 2020 21:48:17 +0000 (17:48 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 20 Mar 2020 21:48:17 +0000 (17:48 -0400)
src/modules/rlm_sql/drivers/rlm_sql_cassandra/rlm_sql_cassandra.c

index 1dc611aecd034eb2474705547173966e7b99a772..6abb937f888816e5a008576c8d707663cad452f1 100644 (file)
@@ -132,7 +132,7 @@ typedef struct {
                                                                //!< dc hosts are available and the consistency level
                                                                //!< is LOCAL_ONE or LOCAL_QUORUM.
 
-       fr_time_delta_t         lar_exclusion_threshold;        //!< How much worse the latency me be, compared to
+       double                  lar_exclusion_threshold;        //!< How much worse the latency me be, compared to
                                                                //!< the average latency of the best performing node
                                                                //!< before it's penalized.
                                                                //!< This gets mangled to a double.