Merge pull request #1216 from kernelkit/coverity-fixes

This commit is contained in:
Joachim Wiberg
2025-10-31 18:18:46 +01:00
committed by GitHub
+3
View File
@@ -68,6 +68,9 @@ static void mark_interfaces_used(struct lyd_node *cfg, char **ifaces)
{
struct lyd_node *node;
if (!ifaces)
return;
LYX_LIST_FOR_EACH(lyd_child(cfg), node, "interface") {
const char *ifname = lyd_get_value(node);