summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2022-12-21 14:53:27 +0300
committerMaxim Dounin <mdounin@mdounin.ru>2022-12-21 14:53:27 +0300
commit9c7a2c7ce4ad02a36df1bb0ee5e40a84610fffb9 (patch)
tree4601f63d3bc7969c65424b95f81035a2540cfe5f
parent641368249c319a833a7d9c4256cd9fd1b3e29a39 (diff)
downloadnginx-9c7a2c7ce4ad02a36df1bb0ee5e40a84610fffb9.tar.gz
Updated link to OpenVZ suspend/resume bug.
-rw-r--r--src/core/ngx_connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_connection.c b/src/core/ngx_connection.c
index fe729a78a..36823451a 100644
--- a/src/core/ngx_connection.c
+++ b/src/core/ngx_connection.c
@@ -660,7 +660,7 @@ ngx_open_listening_sockets(ngx_cycle_t *cycle)
/*
* 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) {