mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 21:10:28 +00:00
bgpd: fix rfapi false compiler warning
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
parent
db878db01a
commit
21fe4510f9
@ -4111,6 +4111,9 @@ static void rfapiProcessPeerDownRt(struct peer *peer,
|
||||
timer_service_func = rfapiWithdrawTimerEncap;
|
||||
break;
|
||||
default:
|
||||
/* Suppress uninitialized variable warning */
|
||||
rt = NULL;
|
||||
timer_service_func = NULL;
|
||||
assert(0);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user