diff options
Diffstat (limited to 'pimd/pim_zlookup.c')
| -rw-r--r-- | pimd/pim_zlookup.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pimd/pim_zlookup.c b/pimd/pim_zlookup.c index 05c9af8734..72505a6993 100644 --- a/pimd/pim_zlookup.c +++ b/pimd/pim_zlookup.c @@ -600,7 +600,8 @@ int pim_zlookup_sg_statistics(struct channel_oil *c_oil) } stream_get(&lastused, s, sizeof(lastused)); - stream_getl(s); + /* signed success value from netlink_talk; currently unused */ + (void)stream_getl(s); c_oil->cc.lastused = lastused; |
