]> git.ipfire.org Git - thirdparty/libvirt.git/commit
vz: build fix
authorNikolay Shirokovskiy <nshirokovskiy@virtuozzo.com>
Wed, 18 Apr 2018 13:37:27 +0000 (16:37 +0300)
committerNikolay Shirokovskiy <nshirokovskiy@virtuozzo.com>
Thu, 19 Apr 2018 08:05:00 +0000 (11:05 +0300)
commit489c4c688d5263dd09bec6b5d0391ea69b10cbb2
tree50f77c1083b24fb1bdfbed59c7fde838256eefe3
parent71dd4be59670c41ed62f8173fc07c480bca46067
vz: build fix

Broken by [1] commit - trailing comma instead of semicolon. Fortunately
the issue did not get sneak in released 4.2 version. Note that uriSchemes
for parallelsConnectDriver should not be allocated on stack.

[1] 8e4f9a27: "driver: declare supported URI schemes in virConnectDriver struct"

Signed-off-by: Nikolay Shirokovskiy <nshirokovskiy@virtuozzo.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
src/vz/vz_driver.c