]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospfd/ospf_apiserver.c
Merge pull request #5468 from qlyoung/bgpd-remove-bgp-attr-dup
[mirror_frr.git] / ospfd / ospf_apiserver.c
index bd703bc89de172eb73a736185b6dbdeaf706c17d..49730063b996ec1ddbf2734cd5cc152b404db247 100644 (file)
@@ -2325,7 +2325,7 @@ void ospf_apiserver_clients_notify_ism_change(struct ospf_interface *oi)
 void ospf_apiserver_clients_notify_nsm_change(struct ospf_neighbor *nbr)
 {
        struct msg *msg;
-       struct in_addr ifaddr = {.s_addr = 0L};
+       struct in_addr ifaddr;
        struct in_addr nbraddr;
 
        assert(nbr);