]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typo
authorAlan T. DeKok <aland@freeradius.org>
Mon, 3 Apr 2023 16:05:16 +0000 (12:05 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 3 Apr 2023 16:05:16 +0000 (12:05 -0400)
src/main/threads.c

index 166f3cb423a8644aefb51bed60efa55495890387..3bcad607f9d113353d0485dbdce0bca50f71033a 100644 (file)
@@ -587,7 +587,7 @@ retry:
                 *      Calculate the instantaneous departure rate
                 *      from the queue.
                 */
->              thread_pool.pps_out.pps  = rad_pps(&thread_pool.pps_out.pps_old,
+               thread_pool.pps_out.pps  = rad_pps(&thread_pool.pps_out.pps_old,
                                                   &thread_pool.pps_out.pps_now,
                                                   &thread_pool.pps_out.time_old,
                                                   &now);