[libvirt] [PATCH 6/7] Remove duplicate network model characters

Martin Kletzander mkletzan at redhat.com
Mon Mar 17 14:39:45 UTC 2014


Signed-off-by: Martin Kletzander <mkletzan at redhat.com>
---
 src/conf/domain_conf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c
index e566140..2a7d78f 100644
--- a/src/conf/domain_conf.c
+++ b/src/conf/domain_conf.c
@@ -6495,7 +6495,7 @@ error:
 }

 #define NET_MODEL_CHARS \
-    "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ091234567890_-"
+    "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_-"

 /* Parse the XML definition for a network interface
  * @param node XML nodeset to parse for net definition
-- 
1.9.0




More information about the libvir-list mailing list