diff options
author | 2022-02-04 12:10:07 +0100 | |
---|---|---|
committer | 2022-02-11 14:05:59 +0100 | |
commit | 717be9644b25341517a8a3377a5f773fa902810b (patch) | |
tree | 321c3ebfee90cf2f8df051b42b1a5a2408acca19 /scripts/qapi/commands.py | |
parent | block/nbd: Delete reconnect delay timer when done (diff) | |
download | qemu-717be9644b25341517a8a3377a5f773fa902810b.tar.xz qemu-717be9644b25341517a8a3377a5f773fa902810b.zip |
block/nbd: Delete open timer when done
We start the open timer to cancel the connection attempt after a while.
Once nbd_do_establish_connection() has returned, the attempt is over,
and we no longer need the timer.
Delete it before returning from nbd_open(), so that it does not persist
for longer. It has no use after nbd_open(), and just like the reconnect
delay timer, it might well be dangerous if it were to fire afterwards.
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Signed-off-by: Hanna Reitz <hreitz@redhat.com>
Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Diffstat (limited to 'scripts/qapi/commands.py')
0 files changed, 0 insertions, 0 deletions