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 !
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
==