[libvirt] [PATCH] conf: Substitute OPERATION_INVALID with INTERNAL_ERROR

Daniel P. Berrange berrange at redhat.com
Thu Sep 1 09:06:17 UTC 2011


On Thu, Sep 01, 2011 at 02:15:54PM +0800, Osier Yang wrote:
> ---
>  src/conf/node_device_conf.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/src/conf/node_device_conf.c b/src/conf/node_device_conf.c
> index 4803e2a..6b0ef50 100644
> --- a/src/conf/node_device_conf.c
> +++ b/src/conf/node_device_conf.c
> @@ -1277,7 +1277,7 @@ virNodeDeviceGetWWNs(virNodeDeviceDefPtr def,
>      }
>  
>      if (cap == NULL) {
> -        virNodeDeviceReportError(VIR_ERR_OPERATION_INVALID,
> +        virNodeDeviceReportError(VIR_ERR_INTERNAL_ERROR,
>                                   "%s", _("Device is not a fibre channel HBA"));
>          ret = -1;
>      } else if (*wwnn == NULL || *wwpn == NULL) {

ACK

Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list