diff options
Diffstat (limited to 'pimd/pim_ifchannel.c')
| -rw-r--r-- | pimd/pim_ifchannel.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pimd/pim_ifchannel.c b/pimd/pim_ifchannel.c index 3be88553d0..ca1f2f6b42 100644 --- a/pimd/pim_ifchannel.c +++ b/pimd/pim_ifchannel.c @@ -489,9 +489,7 @@ static int on_ifjoin_expiry_timer(struct thread *t) { struct pim_ifchannel *ch; - zassert(t); ch = THREAD_ARG(t); - zassert(ch); ch->t_ifjoin_expiry_timer = NULL; @@ -510,9 +508,7 @@ static int on_ifjoin_prune_pending_timer(struct thread *t) struct interface *ifp; struct pim_interface *pim_ifp; - zassert(t); ch = THREAD_ARG(t); - zassert(ch); ch->t_ifjoin_prune_pending_timer = NULL; |
