[libvirt] [PATCH] conf: Fix virNetworkAssignDef's comment.

Osier Yang jyang at redhat.com
Tue Sep 24 07:23:53 UTC 2013


On 24/09/13 10:05, lawrancejing wrote:
> ---
>   src/conf/network_conf.c |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/src/conf/network_conf.c b/src/conf/network_conf.c
> index 6968e25..c877a6d 100644
> --- a/src/conf/network_conf.c
> +++ b/src/conf/network_conf.c
> @@ -333,7 +333,7 @@ virNetworkObjAssignDef(virNetworkObjPtr network,
>    * def. For an existing network, use "live" and current state of the
>    * network to determine which to replace.
>    *
> - * Returns -1 on failure, 0 on success.
> + * Returns NULL on error, virNetworkObjPtr on success.

NACK, the obvious thing is function returns an integer.

Osier




More information about the libvir-list mailing list