virt plugin: Use virGetLastError() instead of virConnGetLastError()
authorPavel Rochnyack <pavel2000@ngs.ru>
Wed, 29 May 2019 16:02:41 +0000 (23:02 +0700)
committerPavel Rochnyack <pavel2000@ngs.ru>
Wed, 29 May 2019 16:02:41 +0000 (23:02 +0700)
commite873e62f28c3780ac2372894abf6aa718501ff14
tree17d5fe29347aa2ee7fb9659766634f49a98b3d57
parent7eb098e42b5f22202495ab396ef1f9bf12d251f2
virt plugin: Use virGetLastError() instead of virConnGetLastError()

libvirt documentation explicitly points us to use virGetLastError():

 In a multi-threaded application, always use the global
 virGetLastError() API which is backed by thread local storage.
src/virt.c