ietf-routing: Handle return value from touch()

This commit is contained in:
Mattias Walström
2024-02-23 14:01:23 +01:00
parent 30e2a814eb
commit c57a4655b8
+1 -1
View File
@@ -145,7 +145,7 @@ int parse_ospf(sr_session_ctx_t *session, struct lyd_node *ospf)
return 0;
}
if (bfd_enabled)
touch(BFDD_CONF);
(void)touch(BFDD_CONF);
return 0;
}