]> git.proxmox.com Git - mirror_frr.git/commit
tests: Fix make check builds on some bsd variants
authorDonald Sharp <sharpd@nvidia.com>
Thu, 16 Sep 2021 01:10:24 +0000 (21:10 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 16 Sep 2021 01:10:24 +0000 (21:10 -0400)
commit6aed8082b6c19f40b1219bd4aa35ee8f270db7f4
tree408a9bf68d4c2f1310e2dab2e6f2fed9071ffcd6
parent827ddd5a1db9a6e0baaa54046f47d028124997f2
tests: Fix make check builds on some bsd variants

Compilation is warning that a memcpy is only copying
the first (sizeof pointer) into memory.  This is not
what we really want.  Although it does beg the question about
why this memcpy is needed( or what it is doing ).  I'm going
to just fix the memcpy and call it a day.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
tests/bgpd/test_mpath.c