changeset 8118:07b0bee87f32

Updated link to OpenVZ suspend/resume bug.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 21 Dec 2022 14:53:27 +0300
parents 2af1287d2da7
children ec26874c3f60 af5adec171b4
files src/core/ngx_connection.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/core/ngx_connection.c
+++ b/src/core/ngx_connection.c
@@ -660,7 +660,7 @@ ngx_open_listening_sockets(ngx_cycle_t *
                 /*
                  * on OpenVZ after suspend/resume EADDRINUSE
                  * may be returned by listen() instead of bind(), see
-                 * https://bugzilla.openvz.org/show_bug.cgi?id=2470
+                 * https://bugs.openvz.org/browse/OVZ-5587
                  */
 
                 if (err != NGX_EADDRINUSE || !ngx_test_config) {