From: Maxim Dounin Date: Wed, 21 Dec 2022 11:53:27 +0000 (+0300) Subject: Updated link to OpenVZ suspend/resume bug. X-Git-Tag: release-1.23.4~37 X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=9c7a2c7ce4ad02a36df1bb0ee5e40a84610fffb9;p=nginx.git Updated link to OpenVZ suspend/resume bug. --- 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) {