Re: [PATCH 4/6] network_conf: add validation against schema in create

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On a Thursday in 2021, Kristina Hanicova wrote:
Signed-off-by: Kristina Hanicova <khanicov@xxxxxxxxxx>
---
src/conf/network_conf.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/conf/network_conf.c b/src/conf/network_conf.c
index f23599abac..5e24880f1f 100644
--- a/src/conf/network_conf.c
+++ b/src/conf/network_conf.c
@@ -2093,7 +2093,8 @@ virNetworkDefParse(const char *xmlStr,
    int keepBlanksDefault = xmlKeepBlanksDefault(0);

    if ((xml = virXMLParse(filename, xmlStr, _("(network_definition)"),
-                           "network.rng", flags & VIR_NETWORK_DEFINE_VALIDATE)))
+                           "network.rng", flags & (VIR_NETWORK_DEFINE_VALIDATE |
+                                                   VIR_NETWORK_CREATE_VALIDATE))))
        def = virNetworkDefParseNode(xml, xmlDocGetRootElement(xml), xmlopt);


This has no functional effect, since 1 | 1 == 1.

I think leaving only one symbolic representation of 1 here is less
confusing.

Jano

    xmlKeepBlanksDefault(keepBlanksDefault);
--
2.31.1

Attachment: signature.asc
Description: PGP signature


[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux