dhcp: fix coverity warning

Type: fix

Signed-off-by: Florin Coras <fcoras@cisco.com>
Change-Id: I2367e86fb22176881d118342f6e991dbc708b1f2
This commit is contained in:
Florin Coras
2021-10-12 14:02:05 -07:00
committed by Florin Coras
parent 21b4e337b6
commit b5dec932b7

View File

@ -583,7 +583,7 @@ dhcpv6_proxy_to_client_input (vlib_main_t * vm,
udp_header_t *u0, *u1 = 0; udp_header_t *u0, *u1 = 0;
dhcpv6_relay_hdr_t *h0; dhcpv6_relay_hdr_t *h0;
ip6_header_t *ip1 = 0, *ip0; ip6_header_t *ip1 = 0, *ip0;
ip6_address_t _ia0, *ia0 = &_ia0; ip6_address_t *ia0 = 0;
ip6_address_t client_address; ip6_address_t client_address;
ethernet_interface_t *ei0; ethernet_interface_t *ei0;
ethernet_header_t *mac0; ethernet_header_t *mac0;