]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove unused variable
authorAlan T. DeKok <aland@freeradius.org>
Fri, 8 Dec 2023 13:05:38 +0000 (08:05 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 8 Dec 2023 13:05:38 +0000 (08:05 -0500)
src/lib/server/exec.c

index 8c11bae21619f07643b7008a4c32488647594a7b..5a8f8fb985dada6fe75bb122f71624ab7805d1ea 100644 (file)
@@ -840,7 +840,6 @@ static void exec_reap(fr_event_list_t *el, pid_t pid, int status, void *uctx)
 static void exec_timeout(UNUSED fr_event_list_t *el, UNUSED fr_time_t now, void *uctx)
 {
        fr_exec_state_t *exec = uctx; /* may not be talloced */
-       request_t       *request = exec->request;
 
        if (exec->stdout_fd < 0) {
                fr_strerror_const("Timeout waiting for program to exit - killing it and failing the request");