From: Matteo Nastasi Date: Sat, 4 Apr 2020 12:30:15 +0000 (+0200) Subject: missind declaration fixed X-Git-Tag: v3.0.1~10 X-Git-Url: https://mop.ddnsfree.com/gitweb/?p=mod-proxy-fdpass.git;a=commitdiff_plain;h=d2d69719ae43c40a3924efcc1ec3d8afb99b323a missind declaration fixed --- 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