]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospfd/ospf_packet.c
lib: enforce vrf_name_to_id by returning default_vrf when name is null
[mirror_frr.git] / ospfd / ospf_packet.c
index 27a94f2310e1ccf5b90430083e2a3297a6c673ae..3bb3b79a6a728481e75f041f88c5ad58cb786a3c 100644 (file)
@@ -655,7 +655,7 @@ static int ospf_write(struct thread *thread)
        int pkt_count = 0;
 
 #ifdef GNU_LINUX
-       unsigned char cmsgbuf[64] = {0};
+       unsigned char cmsgbuf[64] = {};
        struct cmsghdr *cm = (struct cmsghdr *)cmsgbuf;
        struct in_pktinfo *pi;
 #endif