mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-09 09:47:11 +00:00
nhrpd: Fix value set but never used.
The nbma_addr value is set but never used. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
6ca7dd9045
commit
7f03a6f6d2
@ -425,7 +425,6 @@ static void nhrp_handle_registration_request(struct nhrp_packet_parser *p)
|
||||
nbma_natoa = NULL;
|
||||
if (natted) {
|
||||
nbma_natoa = nbma_addr;
|
||||
nbma_addr = &p->peer->vc->remote.nbma;
|
||||
}
|
||||
|
||||
holdtime = htons(cie->holding_time);
|
||||
|
Loading…
Reference in New Issue
Block a user