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:
b33c471
)
fix missing time() argument
fdpass2-pool
author
Matteo Nastasi
<nastasi@alternativeoutput.it>
Sat, 4 Apr 2020 12:48:58 +0000
(14:48 +0200)
committer
Matteo Nastasi
<nastasi@alternativeoutput.it>
Sat, 4 Apr 2020 12:48:58 +0000
(14:48 +0200)
mod_proxy_fdpass2.c
patch
|
blob
|
history
diff --git
a/mod_proxy_fdpass2.c
b/mod_proxy_fdpass2.c
index
1368d9d
..
3b2afb4
100644
(file)
--- a/
mod_proxy_fdpass2.c
+++ b/
mod_proxy_fdpass2.c
@@
-416,7
+416,7
@@
static int proxy_fdpass2_handler(request_rec *r, proxy_worker *worker,
#if ALTOUT_DEBUG > 0
long long t_cur;
int t_rnd;
- t_cur = (long long)time();
+ t_cur = (long long)time(
NULL
);
t_rnd = rand();
#endif