missind declaration fixed
authorMatteo Nastasi <nastasi@alternativeoutput.it>
Sat, 4 Apr 2020 12:30:15 +0000 (14:30 +0200)
committerMatteo Nastasi <nastasi@alternativeoutput.it>
Sat, 4 Apr 2020 12:30:15 +0000 (14:30 +0200)
mod_proxy_fdpass2.c

index 139dd5a..373c62b 100644 (file)
@@ -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