]> git.ipfire.org Git - thirdparty/libvirt.git/commit
esx: Fix esxVI_BuildSelectSet's invalid argument check
authorMatthias Bolte <matthias.bolte@googlemail.com>
Thu, 26 Aug 2010 22:07:23 +0000 (00:07 +0200)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Thu, 26 Aug 2010 22:07:23 +0000 (00:07 +0200)
commite1bd99ab7e10cd87fb0f35f08d59004ed1ad52a2
treed16244c92e2e6abb1517a135fa7aa69d58104322
parent681ff75e88ddd381cc69b634a7d8ef6ecaa0f297
esx: Fix esxVI_BuildSelectSet's invalid argument check

The check was altered in 8c48743b9737ad4d246ab6043fd299316f9a2091
and got too strict, I've no clue how that snuck in. This check
makes every try to open a connection using the ESX driver fail
with an invalid argument error.

Revert the change to the check and add a comment to prevent future
mistakes with this check.
src/esx/esx_vi.c