From: Alan T. DeKok Date: Sun, 14 Dec 2025 13:51:01 +0000 (-0500) Subject: this should be static X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6b61e206b59c12f01894814d133d91b2cdbe914;p=thirdparty%2Ffreeradius-server.git this should be static --- diff --git a/src/lib/util/backtrace.c b/src/lib/util/backtrace.c index b78591af42a..2c7107fd936 100644 --- a/src/lib/util/backtrace.c +++ b/src/lib/util/backtrace.c @@ -8,7 +8,7 @@ #ifdef HAVE_BACKTRACE # include -struct backtrace_state *backtrace_state = NULL; //!< Backtrace state for the backtrace functions +static struct backtrace_state *backtrace_state = NULL; //!< Backtrace state for the backtrace functions ///< This is initialised to be thread-safe, so we only need one. /** Used when building without libbacktrace to record frame information