From: Matteo Nastasi Date: Sat, 4 Apr 2020 12:48:58 +0000 (+0200) Subject: fix missing time() argument X-Git-Tag: v3.0.1~3 X-Git-Url: https://mop.ddnsfree.com/gitweb/?p=mod-proxy-fdpass.git;a=commitdiff_plain;h=dfac0a1d750fed041896622187d77970bf321617 fix missing time() argument --- diff --git a/mod_proxy_fdpass2.c b/mod_proxy_fdpass2.c index 1368d9d..3b2afb4 100644 --- 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