From 8df5fda30a6853f75a23c9eb9aa35ae6eaa81c45 Mon Sep 17 00:00:00 2001 From: Graham Leggett Date: Tue, 19 Oct 2010 22:40:15 +0000 Subject: [PATCH] Fix spelling of the handler. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1024445 13f79535-47bb-0310-9956-ffa450edef68 --- modules/cluster/mod_heartmonitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cluster/mod_heartmonitor.c b/modules/cluster/mod_heartmonitor.c index 706a7d19ce..07bada1431 100644 --- a/modules/cluster/mod_heartmonitor.c +++ b/modules/cluster/mod_heartmonitor.c @@ -739,7 +739,7 @@ static int hm_handler(request_rec *r) char *ip; hm_ctx_t *ctx; - if (strcmp(r->handler, "hearthbeat")) { + if (strcmp(r->handler, "heartbeat")) { return DECLINED; } if (r->method_number != M_POST) { -- 2.40.0