mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 13:06:51 +00:00
Merge pull request #13775 from mobash-rasool/fixes2
This commit is contained in:
commit
a0a839feff
@ -85,7 +85,7 @@ void pim_register_stop_send(struct interface *ifp, pim_sgaddr *sg, pim_addr src,
|
||||
zlog_debug("%s: No pinfo!", __func__);
|
||||
return;
|
||||
}
|
||||
if (pim_msg_send(pinfo->pim_sock_fd, src, originator, buffer,
|
||||
if (pim_msg_send(pinfo->pim->reg_sock, src, originator, buffer,
|
||||
b1length + PIM_MSG_REGISTER_STOP_LEN, ifp)) {
|
||||
if (PIM_DEBUG_PIM_TRACE) {
|
||||
zlog_debug(
|
||||
|
Loading…
Reference in New Issue
Block a user