From: Alan T. DeKok Date: Sun, 17 Jan 2021 12:35:04 +0000 (-0500) Subject: variable is used X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fa105142c70f4020e8077d29511e4adcb806208;p=thirdparty%2Ffreeradius-server.git variable is used --- diff --git a/src/modules/rlm_python/rlm_python.c b/src/modules/rlm_python/rlm_python.c index ee7a39cde2f..be1624894b7 100644 --- a/src/modules/rlm_python/rlm_python.c +++ b/src/modules/rlm_python/rlm_python.c @@ -925,7 +925,7 @@ static int python_interpreter_init(rlm_python_t *inst, CONF_SECTION *conf) return 0; } -static void python_interpreter_free(UNUSED rlm_python_t *inst, PyThreadState *interp) +static void python_interpreter_free(rlm_python_t *inst, PyThreadState *interp) { /* * We incremented the reference count earlier