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:
Paul Querna
2008-12-05 09:12:09 +00:00
parent 7b55419d4e
commit 609f1d7aeb

View File

@ -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;