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;