Skip to content

Commit

Permalink
Updated link to OpenVZ suspend/resume bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdounin committed Dec 21, 2022
1 parent 6413682 commit 9c7a2c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/ngx_connection.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 9c7a2c7

Please sign in to comment.