[libvirt] VMware ESX: Don't warn if a known query parameter should be ignored
Matthias Bolte
Sunday, 9 August
2009
Sun, 9 Aug
'09
1:57 a.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