From 467c85f7300325293a03a40041959f8e98d9eda1 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Wed, 12 Jul 2017 15:54:47 -0400 Subject: [PATCH] pimd: Cleanup unused assignment Signed-off-by: Donald Sharp --- pimd/pim_zlookup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pimd/pim_zlookup.c b/pimd/pim_zlookup.c index 896b1f2195..4b735e6cb1 100644 --- a/pimd/pim_zlookup.c +++ b/pimd/pim_zlookup.c @@ -547,7 +547,7 @@ int pim_zlookup_sg_statistics(struct channel_oil *c_oil) } stream_get(&lastused, s, sizeof(lastused)); - ret = stream_getl(s); + stream_getl(s); c_oil->cc.lastused = lastused; -- 2.39.5