summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pimd/pim_pim.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/pimd/pim_pim.c b/pimd/pim_pim.c
index 409972d4..7dcb5019 100644
--- a/pimd/pim_pim.c
+++ b/pimd/pim_pim.c
@@ -211,9 +211,6 @@ int pim_pim_packet(struct interface *ifp, uint8_t *buf, size_t len)
ip_hdr->ip_src,
pim_msg + PIM_MSG_HEADER_LEN,
pim_msg_len - PIM_MSG_HEADER_LEN);
- if (!result) {
- pim_if_dr_election(ifp); /* PIM Hello message is received */
- }
return result;
}