mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 15:16:20 +00:00
Merge pull request #4042 from donaldsharp/bfd_sa
bfdd: Clean up assignment without being used SA issue
This commit is contained in:
commit
84cffea04f
@ -1180,6 +1180,9 @@ const char *bs_to_string(const struct bfd_session *bs)
|
||||
if (bs->key.ifname[0])
|
||||
pos += snprintf(buf + pos, sizeof(buf) - pos, " ifname:%s",
|
||||
bs->key.ifname);
|
||||
|
||||
(void)pos;
|
||||
|
||||
return buf;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user