Re: [Libvir] [PATCH]: Fix build warning in xs_internal.c

2007-11-06 Thread Daniel Veillard
On Tue, Nov 06, 2007 at 10:19:27AM -0500, Chris Lalancette wrote: > All, > Attached is a trivial patch to fix a build warning in xs_internal.c; > basically the xenUnifiedDriver structure doesn't have a domainDumpXML method, > so > we had one too many NULLs. Whoops , good catch, my fault !

[Libvir] [PATCH]: Fix build warning in xs_internal.c

2007-11-06 Thread Chris Lalancette
All, Attached is a trivial patch to fix a build warning in xs_internal.c; basically the xenUnifiedDriver structure doesn't have a domainDumpXML method, so we had one too many NULLs. Signed-off-by: Chris Lalancette <[EMAIL PROTECTED]> Index: src/xs_internal.c ==