mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 20:13:53 +00:00
isisd: fix uninitialized variable
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
This commit is contained in:
parent
0db96688aa
commit
55b2b5ab99
@ -215,7 +215,7 @@ int isis_sock_init(struct isis_circuit *circuit)
|
|||||||
|
|
||||||
int isis_recv_pdu_bcast(struct isis_circuit *circuit, uint8_t *ssnpa)
|
int isis_recv_pdu_bcast(struct isis_circuit *circuit, uint8_t *ssnpa)
|
||||||
{
|
{
|
||||||
int bytesread = 0, bytestoread, offset, one = 1;
|
int bytesread = 0, bytestoread = 0, offset, one = 1;
|
||||||
uint8_t *buff_ptr;
|
uint8_t *buff_ptr;
|
||||||
struct bpf_hdr *bpf_hdr;
|
struct bpf_hdr *bpf_hdr;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user