]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Follow-up to r1932498.
authorChristophe Jaillet <jailletc36@apache.org>
Tue, 26 May 2026 20:35:23 +0000 (20:35 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Tue, 26 May 2026 20:35:23 +0000 (20:35 +0000)
The error message also has to be updated.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934658 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/ajp_msg.c

index 349b5d7e08c414c7c8f47cf8438b5db18a57fe9d..08482bfad6ee0230c54ddeb06b03b586123cffff 100644 (file)
@@ -591,7 +591,7 @@ apr_status_t ajp_msg_copy(ajp_msg_t *smsg, ajp_msg_t *dmsg)
         ap_log_error(APLOG_MARK, APLOG_ERR, 0, NULL, APLOGNO(01082)
                      "ajp_msg_copy(): destination buffer too "
                      "small %" APR_SIZE_T_FMT ", max size is %" APR_SIZE_T_FMT,
-                     smsg->len, smsg->max_size);
+                     smsg->len, dmsg->max_size);
         return  AJP_ETOSMALL;
     }