mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-06 15:43:02 +02:00
ietf-routing: Handle return value from touch()
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user