]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Update comment :(
authorChristophe Jaillet <jailletc36@apache.org>
Mon, 2 Jun 2025 19:44:55 +0000 (19:44 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Mon, 2 Jun 2025 19:44:55 +0000 (19:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1926068 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 5efd0842392868dc484b691c3e8f3fb4838f2494..42eb3a1d700ceeac8629584ff86d10019999a9da 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -254,9 +254,8 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
        https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/515.diff
      Can be applied via apply_backport_pr.sh 515
      +1: rpluem, jorton, ylavic
-     jailletc36: Should the apr_palloc() in alloc_systemd_listener()
-                 and ap_duplicate_listeners be apr_pcalloc() so that
-                 all fields are 0?
+     jailletc36: Should the apr_palloc() in alloc_systemd_listener() be
+                 apr_pcalloc() so that all fields are 0?
                  make_sock() uses the 'flags' field that would be
                  undefined otherwise.