From: Alan T. DeKok Date: Wed, 24 Dec 2025 16:07:44 +0000 (-0500) Subject: this variable can be made static X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4db6b4745dd635c2e0a17e0d0e31f5e9ca044ca;p=thirdparty%2Ffreeradius-server.git this variable can be made static --- diff --git a/src/bin/unit_test_module.c b/src/bin/unit_test_module.c index eed1b382637..43d6553f9ae 100644 --- a/src/bin/unit_test_module.c +++ b/src/bin/unit_test_module.c @@ -629,7 +629,7 @@ static void cancel_request(UNUSED fr_timer_list_t *tl, UNUSED fr_time_t when, vo request->rcode = RLM_MODULE_TIMEOUT; } -fr_time_delta_t time_offset = fr_time_delta_wrap(0); +static fr_time_delta_t time_offset = fr_time_delta_wrap(0); /** Sythentic time source for tests *