diff options
Diffstat (limited to 'pimd/pim_assert.c')
| -rw-r--r-- | pimd/pim_assert.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pimd/pim_assert.c b/pimd/pim_assert.c index 29a241b277..505d1f1ec1 100644 --- a/pimd/pim_assert.c +++ b/pimd/pim_assert.c @@ -516,12 +516,9 @@ static int on_assert_timer(struct thread *t) struct pim_ifchannel *ch; struct interface *ifp; - zassert(t); ch = THREAD_ARG(t); - zassert(ch); ifp = ch->interface; - zassert(ifp); if (PIM_DEBUG_PIM_TRACE) { zlog_debug("%s: (S,G)=%s timer expired on interface %s", |
