mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-19 11:26:27 +00:00
Merge pull request #2557 from pacovn/Coverity_1465490_Unchecked_return_value
pimd: return check (Coverity 1465490)
This commit is contained in:
commit
cccb13bff1
@ -817,7 +817,7 @@ int igmp_mtrace_recv_qry_req(struct igmp_sock *igmp, struct ip *ip_hdr,
|
|||||||
* Previous-hop router not known,
|
* Previous-hop router not known,
|
||||||
* packet is sent to an appropriate multicast address
|
* packet is sent to an appropriate multicast address
|
||||||
*/
|
*/
|
||||||
inet_aton(MCAST_ALL_ROUTERS, &nh_addr);
|
(void)inet_aton(MCAST_ALL_ROUTERS, &nh_addr);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 6.2.2 8. If this router is the Rendez-vous Point */
|
/* 6.2.2 8. If this router is the Rendez-vous Point */
|
||||||
|
Loading…
Reference in New Issue
Block a user