]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix sync issue in virNetClientStreamEventRemoveCallback
authorRadu Caragea <dmns_serp@yahoo.com>
Mon, 4 Jun 2012 07:32:37 +0000 (09:32 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 4 Jun 2012 07:32:37 +0000 (09:32 +0200)
commit107f51b69c44b9902ed76ab0e33e89dde5d21cb1
treefbf63ccc81c5cab83431572ed807c15b38d4a11e
parenta7de05236986b16e086ad482ed3d190845cf6dd5
Fix sync issue in virNetClientStreamEventRemoveCallback

The stream lock is unlocked twice instead of being locked and then
unlocked. Probably a typo.
AUTHORS
src/rpc/virnetclientstream.c