mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 19:02:58 +00:00
pimd: Make pimd happy with clang-16
Signed-off-by: Donald Sharp <donaldsharp72@gmail.com>
This commit is contained in:
parent
d038abcc25
commit
00fb4b9dcd
@ -401,7 +401,7 @@ static int gm_config_write(struct vty *vty, int writes,
|
|||||||
vty_out(vty, " ipv6 mld last-member-query-interval %d\n",
|
vty_out(vty, " ipv6 mld last-member-query-interval %d\n",
|
||||||
pim_ifp->gm_specific_query_max_response_time_dsec);
|
pim_ifp->gm_specific_query_max_response_time_dsec);
|
||||||
|
|
||||||
return 0;
|
return writes;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user