[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [Libvir] Patch: Fix documentation and code of virGetDomain function
- From: "Daniel P. Berrange" <berrange redhat com>
- To: Mark McLoughlin <markmc redhat com>
- Cc: libvir-list <libvir-list redhat com>
- Subject: Re: [Libvir] Patch: Fix documentation and code of virGetDomain function
- Date: Tue, 6 Mar 2007 22:06:32 +0000
On Thu, Mar 01, 2007 at 09:46:11AM +0000, Mark McLoughlin wrote:
> 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()
Applied Rich's patch to CVS along with the corresponding fix to virGetNetwork
Dan.
--
|=- Red Hat, Engineering, Emerging Technologies, Boston. +1 978 392 2496 -=|
|=- Perl modules: http://search.cpan.org/~danberr/ -=|
|=- Projects: http://freshmeat.net/~danielpb/ -=|
|=- GnuPG: 7D3B9505 F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 -=|
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]