From d2d69719ae43c40a3924efcc1ec3d8afb99b323a Mon Sep 17 00:00:00 2001 From: Matteo Nastasi Date: Sat, 4 Apr 2020 14:30:15 +0200 Subject: [PATCH] missind declaration fixed --- mod_proxy_fdpass2.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mod_proxy_fdpass2.c b/mod_proxy_fdpass2.c index 139dd5a..373c62b 100644 --- a/mod_proxy_fdpass2.c +++ b/mod_proxy_fdpass2.c @@ -647,6 +647,7 @@ static int proxy_fdpass2_handler(request_rec *r, proxy_worker *worker, #if ALTOUT_DEBUG > 0 time_t t_cur; + int t_rnd; t_cur = time(); t_rnd = rand(); #endif -- 2.17.1