[libvirt] VMware ESX: Don't warn if a known query parameter should be ignored
Matthias Bolte
Saturday, 8 August
2009
Sat, 8 Aug
'09
4:57 p.m.
esxUtil_ParseQuery() warns if a known query parameter should be
ignored due to the corresponding char/int pointer being NULL, instead
of silently ignoring it.
The attached patch changes the if/else structure to fix this.
Matthias