From: Martin Kletzander Date: Mon, 17 Mar 2014 09:37:23 +0000 (+0100) Subject: Remove duplicate network model characters X-Git-Tag: v1.2.3-rc1~181 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=123a881d97b9126544a00d7d74cf1cf29bc96e07;p=thirdparty%2Flibvirt.git Remove duplicate network model characters Signed-off-by: Martin Kletzander --- diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index f633db723d..3084a210fc 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