]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
CI: Set the path to php-fpm so it's found by proxy_fcgi.t (after r1918149).
authorJoe Orton <jorton@apache.org>
Mon, 10 Jun 2024 10:46:32 +0000 (10:46 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 10 Jun 2024 10:46:32 +0000 (10:46 +0000)
Github: closes #453

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

modules/proxy/proxy_util.c

index 38ba647791d122153f1d031906eeead99528ac05..e599cd6bb9e5aac0c9c7eb8c710c8410f99268dd 100644 (file)
@@ -2779,8 +2779,8 @@ static apr_status_t worker_address_resolve(proxy_worker *worker,
         apr_sockaddr_t *addr = *paddr;
         for (; addr; addr = addr->next) {
             addrs = apr_psprintf(pool, "%s%s%pI",
-                                 addrs ? ", " : "",
                                  addrs ? addrs : "",
+                                 addrs ? ", " : "",
                                  addr);
         }
         if (r) {