]> git.puffer.fish Git - matthieu/frr.git/commit
ospfd: fix coverity warning of one field initialization
authoranlan_cs <anlan_cs@tom.com>
Wed, 4 Aug 2021 12:47:45 +0000 (08:47 -0400)
committeranlan_cs <anlan_cs@tom.com>
Thu, 5 Aug 2021 01:20:20 +0000 (21:20 -0400)
commit46a8c343240926260058eadbc6f38254679e9390
tree67184993f76ec9dd4663c228439bdb745035a8de
parent5504fee4a389aa5d1f7402ad72d68059385055b7
ospfd: fix coverity warning of one field initialization

Add the initialization of prefixlen field in struct prefix.

Signed-off-by: anlan_cs <anlan_cs@tom.com>
ospfd/ospf_interface.c