Re: [libvirt] VMware ESX: Don't warn if a known query parameter should be ignored

2009-09-02 Thread Daniel Veillard
On Sat, Aug 08, 2009 at 11:57:25PM +0200, Matthias Bolte wrote: 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.

Re: [libvirt] VMware ESX: Don't warn if a known query parameter should be ignored

2009-08-11 Thread Daniel P. Berrange
On Sat, Aug 08, 2009 at 11:57:25PM +0200, Matthias Bolte wrote: 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.

[libvirt] VMware ESX: Don't warn if a known query parameter should be ignored

2009-08-08 Thread Matthias Bolte
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 diff --git a/src/esx/esx_util.c b/src/esx/esx_util.c index