Re: Patch: Fix documentation and code of virGetDomain function

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, 2007-02-28 at 16:24 +0000, Richard W.M. Jones wrote:
>  virGetDomain(virConnectPtr conn, const char *name, const unsigned char *uuid) {
>      virDomainPtr ret = NULL;
>  
> -    if ((!VIR_IS_CONNECT(conn)) || ((name == NULL) && (uuid == NULL)) ||
> +    if ((!VIR_IS_CONNECT(conn)) || (name == NULL) || (uuid == NULL) || 

	Need the same fix in virGetNetwork()

	(And DV obviously has a parenthesis fetish ... I don't know what's
wrong with:

    if (!VIR_IS_CONNECT(conn) || !name || !uuid || !conn->hashes->mux)

	:-)

Cheers,
Mark.


[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]