Updated link to OpenVZ suspend/resume bug.

This commit is contained in:
Maxim Dounin 2022-12-21 14:53:27 +03:00
parent 3f617b7149
commit 707d223378
1 changed files with 1 additions and 1 deletions

View File

@ -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) {