From: Alan T. DeKok Date: Fri, 20 Mar 2020 21:48:17 +0000 (-0400) Subject: use correct data type X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b889636469c320fe3783d29cabeecbfb5c96d3f0;p=thirdparty%2Ffreeradius-server.git use correct data type --- diff --git a/src/modules/rlm_sql/drivers/rlm_sql_cassandra/rlm_sql_cassandra.c b/src/modules/rlm_sql/drivers/rlm_sql_cassandra/rlm_sql_cassandra.c index 1dc611aecd0..6abb937f888 100644 --- a/src/modules/rlm_sql/drivers/rlm_sql_cassandra/rlm_sql_cassandra.c +++ b/src/modules/rlm_sql/drivers/rlm_sql_cassandra/rlm_sql_cassandra.c @@ -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.