mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 14:29:47 +00:00
pimd: Cleanup unused assignment
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
bd4d05c577
commit
467c85f730
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user