[libvirt] [PATCH 1/3] Fix the syntax-check failure

Osier Yang jyang at redhat.com
Wed May 22 05:24:08 UTC 2013


Introduced by commit 7ac2c4fe624, pushed under build-breaker rule.
---
 src/conf/interface_conf.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/conf/interface_conf.h b/src/conf/interface_conf.h
index ae93811..ed6986c 100644
--- a/src/conf/interface_conf.h
+++ b/src/conf/interface_conf.h
@@ -211,7 +211,7 @@ char *virInterfaceDefFormat(const virInterfaceDefPtr def);
 void virInterfaceObjLock(virInterfaceObjPtr obj);
 void virInterfaceObjUnlock(virInterfaceObjPtr obj);
 
-#define VIR_CONNECT_LIST_INTERFACES_FILTERS_ACTIVE   \
+# define VIR_CONNECT_LIST_INTERFACES_FILTERS_ACTIVE   \
                 (VIR_CONNECT_LIST_INTERFACES_ACTIVE | \
                  VIR_CONNECT_LIST_INTERFACES_INACTIVE)
 
-- 
1.8.1.4




More information about the libvir-list mailing list