]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Ignore unused streams in virStreamAbort
authorJiri Denemark <jdenemar@redhat.com>
Mon, 15 Aug 2011 09:28:53 +0000 (11:28 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Fri, 26 Aug 2011 09:25:01 +0000 (11:25 +0200)
commitb136266d57e5cff90142eaaad204d8b5b468dd9c
treefcbc6b4e79f97e99d2bfc2b62d91e9bf70637856
parent3398eeda75e756249362a4332020cf5bcf5ecb1b
Ignore unused streams in virStreamAbort

When virStreamAbort is called on a stream that has not been used yet,
quite confusing error is returned: "this function is not supported by
the connection driver". Let's just ignore such streams as there's
nothing to abort anyway.
src/libvirt.c