mirror of
https://github.com/apache/httpd.git
synced 2025-08-20 16:09:55 +00:00
D'oh. Fix r723672 and use the correct define.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@723673 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -329,7 +329,7 @@ static void *hm_worker(apr_thread_t *thd, void *data)
|
||||
|
||||
now = apr_time_now();
|
||||
|
||||
if (apr_time_sec((now - last)) > HN_UPDATE_SECONDS) {
|
||||
if (apr_time_sec((now - last)) > HN_UPDATE_SEC) {
|
||||
hm_update_stats(ctx, p);
|
||||
apr_pool_clear(p);
|
||||
last = now;
|
||||
|
Reference in New Issue
Block a user