projects
/
mod-proxy-fdpass.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82c96ac
)
missind declaration fixed
author
Matteo Nastasi
<nastasi@alternativeoutput.it>
Sat, 4 Apr 2020 12:30:15 +0000
(14:30 +0200)
committer
Matteo Nastasi
<nastasi@alternativeoutput.it>
Sat, 4 Apr 2020 12:30:15 +0000
(14:30 +0200)
mod_proxy_fdpass2.c
patch
|
blob
|
history
diff --git
a/mod_proxy_fdpass2.c
b/mod_proxy_fdpass2.c
index
139dd5a
..
373c62b
100644
(file)
--- 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