Re: [libvirt] [PATCH] Use VIR_ERR_OPERATION_INVALID when appropriated

2011-01-17 Thread Daniel P. Berrange
On Sun, Jan 16, 2011 at 12:04:46AM +0100, Matthias Bolte wrote: > VIR_ERR_OPERATION_INVALID means that the operation is not valid > for the current state of the involved object. > --- > src/esx/esx_driver.c|1 - > src/lxc/lxc_driver.c|2 +- > src/network/bridge_driver.c |

[libvirt] [PATCH] Use VIR_ERR_OPERATION_INVALID when appropriated

2011-01-15 Thread Matthias Bolte
VIR_ERR_OPERATION_INVALID means that the operation is not valid for the current state of the involved object. --- src/esx/esx_driver.c|1 - src/lxc/lxc_driver.c|2 +- src/network/bridge_driver.c |2 +- src/opennebula/one_driver.c |2 +- src/openvz/openvz_driver.c |