mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 12:49:18 +00:00
bfdd: Fixing coredump in log
Param missing in debug log, leading to coredump Signed-off-by: Sayed Mohd Saquib <sayed.saquib@broadcom.com>
This commit is contained in:
parent
adca8385ae
commit
13044b6f6f
@ -1432,7 +1432,7 @@ struct bfd_session *bfd_key_lookup(struct bfd_key key)
|
|||||||
if (ctx.result) {
|
if (ctx.result) {
|
||||||
bsp = ctx.result;
|
bsp = ctx.result;
|
||||||
log_debug(" peer %s found, but ifp"
|
log_debug(" peer %s found, but ifp"
|
||||||
" and/or loc-addr params ignored");
|
" and/or loc-addr params ignored", peer_buf);
|
||||||
}
|
}
|
||||||
return bsp;
|
return bsp;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user