Merge pull request #13775 from mobash-rasool/fixes2

This commit is contained in:
David Lamparter 2023-06-13 12:50:06 +02:00 committed by GitHub
commit a0a839feff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,7 +85,7 @@ void pim_register_stop_send(struct interface *ifp, pim_sgaddr *sg, pim_addr src,
zlog_debug("%s: No pinfo!", __func__); zlog_debug("%s: No pinfo!", __func__);
return; 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)) { b1length + PIM_MSG_REGISTER_STOP_LEN, ifp)) {
if (PIM_DEBUG_PIM_TRACE) { if (PIM_DEBUG_PIM_TRACE) {
zlog_debug( zlog_debug(