summaryrefslogtreecommitdiff
path: root/pimd/pim_hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'pimd/pim_hello.c')
-rw-r--r--pimd/pim_hello.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_hello.c b/pimd/pim_hello.c
index e48a4bdd4d..45ea6a9562 100644
--- a/pimd/pim_hello.c
+++ b/pimd/pim_hello.c
@@ -545,7 +545,7 @@ void pim_hello_require(struct interface *ifp)
assert(pim_ifp);
- if (pim_ifp->pim_ifstat_hello_sent)
+ if (PIM_IF_FLAG_TEST_HELLO_SENT(pim_ifp->flags))
return;
pim_hello_restart_now(ifp); /* Send hello and restart timer */