mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 00:56:19 +00:00
ospfd: null check (Coverity 1457300)
Signed-off-by: F. Aragon <paco@voltanet.io>
This commit is contained in:
parent
558c7c80bf
commit
e89ffeee92
@ -9779,7 +9779,7 @@ static int config_write_interface_one(struct vty *vty, struct vrf *vrf)
|
||||
}
|
||||
|
||||
/* bfd print. */
|
||||
if (params->bfd_info)
|
||||
if (params && params->bfd_info)
|
||||
ospf_bfd_write_config(vty, params);
|
||||
|
||||
/* MTU ignore print. */
|
||||
|
Loading…
Reference in New Issue
Block a user