mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 15:43:55 +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;
|
timer_service_func = rfapiWithdrawTimerEncap;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
/* Suppress uninitialized variable warning */
|
||||||
|
rt = NULL;
|
||||||
|
timer_service_func = NULL;
|
||||||
assert(0);
|
assert(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user