Fix return value confusion of sa_cmp() by renaming the function sa_equal().
authorclaudio <claudio@openbsd.org>
Mon, 9 Oct 2023 07:11:20 +0000 (07:11 +0000)
committerclaudio <claudio@openbsd.org>
Mon, 9 Oct 2023 07:11:20 +0000 (07:11 +0000)
commit2bf4796c75d83d0d170eca2c0aea205a8d6ac12f
tree73025ce231084230154fb7964147104b4c3026f8
parentbadb2f8dae51a8196270d08f927773298df7bdca
Fix return value confusion of sa_cmp() by renaming the function sa_equal().

The code in get_alternate_addr() checked for sa_cmp() == 0 but actually
sa_cmp() returned 1 for equal addrs. So rename the function to sa_equal()
to make it clear that a true return value means equality.

Found by Asa Yeamans (enigma2e at rivin net)
OK tb@
usr.sbin/bgpd/session.c