Skip to content

Commit

Permalink
fix a copy-paste typo
Browse files Browse the repository at this point in the history
Although this typo does not cause a real error.

Look at my test: https://gcc.godbolt.org/z/hdKc389vd

Signed-off-by: Igor Zhukov <fsb4000@yandex.ru>
Signed-off-by: 0-day Robot <robot@bytheb.org>
  • Loading branch information
fsb4000 authored and ovsrobot committed Oct 19, 2023
1 parent d19b438 commit d8ab6a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion northd/northd.c
Original file line number Diff line number Diff line change
Expand Up @@ -15765,7 +15765,7 @@ build_lrouter_nat_defrag_and_lb(struct ovn_datapath *od, struct hmap *lflows,
!lport_addresses_is_empty(&od->lb_force_snat_addrs);

for (int i = 0; i < od->nbr->n_nat; i++) {
const struct nbrec_nat *nat = nat = od->nbr->nat[i];
const struct nbrec_nat *nat = od->nbr->nat[i];
struct eth_addr mac = eth_addr_broadcast;
bool is_v6, distributed_nat;
ovs_be32 mask;
Expand Down

0 comments on commit d8ab6a3

Please sign in to comment.