summaryrefslogtreecommitdiff
path: root/pimd/pim_zebra.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2016-11-08 15:49:28 -0500
committerDonald Sharp <sharpd@cumulusnetworks.com>2016-12-21 20:26:14 -0500
commit7f8b8a9af65212217646e3b98cd627fbac10830f (patch)
tree1bfb21e5477d9dc6be7bd28acc4c98739142bdc1 /pimd/pim_zebra.c
parent220d8a49e6fcadae3dbb7f60cf88edca819b8d65 (diff)
pimd: Remove unnecessary asserts
When we handle the thread arguments, there is no need to assert. As that if they are wrong, we are going down shortly anyways. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_zebra.c')
-rw-r--r--pimd/pim_zebra.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pimd/pim_zebra.c b/pimd/pim_zebra.c
index a92d55b2af..815fbbd2d3 100644
--- a/pimd/pim_zebra.c
+++ b/pimd/pim_zebra.c
@@ -531,7 +531,6 @@ void pim_scan_oil()
static int on_rpf_cache_refresh(struct thread *t)
{
- zassert(t);
zassert(qpim_rpf_cache_refresher);
qpim_rpf_cache_refresher = 0;