]> git.ipfire.org Git - thirdparty/libvirt.git/commit
daemon: stream: Close stream on send failure
authorCole Robinson <crobinso@redhat.com>
Mon, 25 Apr 2016 17:15:48 +0000 (13:15 -0400)
committerCole Robinson <crobinso@redhat.com>
Mon, 2 May 2016 14:13:04 +0000 (10:13 -0400)
commite7407872a4ddf52c0ee379181400b82cbfde6908
tree670aa4bf5012b1a3f66c7642d0b09b6791509397
parentc48db92fbd1776a46127c3e988a1650bfd5dcd53
daemon: stream: Close stream on send failure

This is the only place in daemon/stream.c that sets
'stream->closed = true' but neglects to actually abort the stream
and remove the callback, which seems wrong.
daemon/stream.c