Skip to content
Snippets Groups Projects
Commit 97be44af authored by mechanik20051988's avatar mechanik20051988 Committed by Nikita Pettik
Browse files

iproto: fix tarantool blindness in case of invalid listen uri.

In case user enters invalid listen address, tarantool closes previous listen
socket, but bind on invalid address fails also, so tarantool becames blind -
no listening socket at all. This patch fixed this behaviour, now tarantool
still listen old listen address.

Closes #6092
parent e7a9fd0b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment