]> git.ipfire.org Git - thirdparty/libvirt.git/commit
libxl: do not use G_REGEX_EXTENDED
authorJán Tomko <jtomko@redhat.com>
Wed, 13 Nov 2019 15:44:12 +0000 (16:44 +0100)
committerJán Tomko <jtomko@redhat.com>
Thu, 14 Nov 2019 16:45:40 +0000 (17:45 +0100)
commit8aa0f8e6dca269653e637497b595022a610314dd
tree7ef6de17c9558ab06967a11859aff90a2fcd6127
parent4b95738c8f9ec04c24e35016083888e9501ff409
libxl: do not use G_REGEX_EXTENDED

This flag is not needed to use extended regular expression syntax
with GRegex and it makes GRegex ignore whitespace in the regex.

Remove the unintended usage, even though it should not matter in this
case.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
src/libxl/libxl_capabilities.c