]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
variable is used
authorAlan T. DeKok <aland@freeradius.org>
Sun, 17 Jan 2021 12:35:04 +0000 (07:35 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Sun, 17 Jan 2021 12:35:04 +0000 (07:35 -0500)
src/modules/rlm_python/rlm_python.c

index ee7a39cde2f56c2a0ada325b8927f0759ae19b18..be1624894b77d973a6369f23be8303cf634489fb 100644 (file)
@@ -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