Commit 77374252 authored by Paul Querna's avatar Paul Querna
Browse files

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
parent 354cc3a1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;