mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
schemas: Fix wwn pattern
It should be [] instead of ().
This commit is contained in:
parent
a2145faef9
commit
c289ebacd6
@ -247,7 +247,7 @@
|
||||
|
||||
<define name='wwn'>
|
||||
<data type='string'>
|
||||
<param name='pattern'>(0-9a-fA-F){16}</param>
|
||||
<param name='pattern'>[0-9a-fA-F]{16}</param>
|
||||
</data>
|
||||
</define>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user