]> granicus.if.org Git - apache/commitdiff
vote
authorJim Riggs <jhriggs@apache.org>
Sat, 14 Apr 2018 14:29:28 +0000 (14:29 +0000)
committerJim Riggs <jhriggs@apache.org>
Sat, 14 Apr 2018 14:29:28 +0000 (14:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1829146 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 821eeff72901d7a4946a93e9f17fd8d1cc8295d4..2e33092114d9fd8e785000d3ac9963ca8a2d5222 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -249,7 +249,10 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      trunk patch: none, as far as I can see the code in trunk diverged too much
                   due to the code in STALLED for ap_errorlog_provider.
      2.4.x patch: https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/core-check_errorlog_dir_syslog.patch
-     +1: elukey
+     +1: elukey, jhriggs
+     jhriggs: One nit: old code used `strcmp(...) == 0' and trunk uses `strncmp(...) == 0' vs. this
+              using `!strncmp(...)'. Same result, but consistency is a good thing, one way or the
+              other. +1 regardless.
 
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entries should be added at the START of the list ]