]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
The only caller of hm_processmsg() passes an apr_size_t for the last parameter, so...
authorChristophe Jaillet <jailletc36@apache.org>
Wed, 27 Apr 2022 20:36:14 +0000 (20:36 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Wed, 27 Apr 2022 20:36:14 +0000 (20:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1900340 13f79535-47bb-0310-9956-ffa450edef68

modules/cluster/mod_heartmonitor.c

index 30db11ac7b89678f4209ffdf78b777a4176815c2..4e193d28edc617ca92d58ba1e5be4c4030c696de 100644 (file)
@@ -529,7 +529,7 @@ static hm_server_t *hm_get_server(hm_ctx_t *ctx, const char *ip, const int port)
 
 /* Process a message received from a backend node */
 static void hm_processmsg(hm_ctx_t *ctx, apr_pool_t *p,
-                                  apr_sockaddr_t *from, char *buf, int len)
+                          apr_sockaddr_t *from, char *buf, apr_size_t len)
 {
     apr_table_t *tbl;