]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
* src/xml.c: fix the build of the proxy broken on previous commit
authorDaniel Veillard <veillard@redhat.com>
Tue, 23 Oct 2007 15:31:33 +0000 (15:31 +0000)
committerDaniel Veillard <veillard@redhat.com>
Tue, 23 Oct 2007 15:31:33 +0000 (15:31 +0000)
Daniel

ChangeLog
src/xml.c

index cad9201a8029cdf3d058cb205f98bd22440e04d6..404cfab08891a05f0823776d0e078d006c7647cd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Oct 23 17:30:52 CEST 2007 Daniel Veillard <veillard@redhat.com>
+
+       * src/xml.c: fix the build of the proxy broken on previous commit
+
 Mon Oct 22 22:33:59 CEST 2007 Daniel Veillard <veillard@redhat.com>
 
        * src/xen_internal.c src/xen_unified.c src/xen_unified.h
index f85e50446efe36477a4bf9c3132f9995a2f02f49..3e92040ade296cd5f46d7c998983b2ddeff09dda 100644 (file)
--- a/src/xml.c
+++ b/src/xml.c
@@ -26,7 +26,6 @@
 #include "xs_internal.h" /* for xenStoreDomainGetNetworkID */
 #include "xen_unified.h"
 
-#ifndef PROXY
 /**
  * virXMLError:
  * @conn: a connection if any
@@ -398,6 +397,7 @@ memory_error:
     return(-1);
 }
 
+#ifndef PROXY
 
 /************************************************************************
  *                                                                     *