mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 17:34:18 +03:00
Remove duplicate network model characters
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
db272ebf9d
commit
123a881d97
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user