Skip to content
Snippets Groups Projects
Commit 3b81353f authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Blueprint 'manual-slave-to-master': fix buildbot failure.

If fiber_connect() is aborted with tnt_FiberCancelException,
an assertion in fiber_close() could fail that fiber->io is active
(it was not active).

The fix is to check in fiber_close() whether or not fiber->io
is active before closing it.
parent 8391a649
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