Remove the ibuf_size(pdu) % sizeof(uint32_t) == 0 since it is already
authorclaudio <claudio@openbsd.org>
Fri, 9 Aug 2024 14:00:48 +0000 (14:00 +0000)
committerclaudio <claudio@openbsd.org>
Fri, 9 Aug 2024 14:00:48 +0000 (14:00 +0000)
commitb0ea642a7b7d85afe97fb2bcd2b602b893537343
tree56946b603ab75fbff5a21701bec2bb2fdda0420e
parent228f6bd1a12291df17e10dc5a82e0c89617e2783
Remove the ibuf_size(pdu) % sizeof(uint32_t) == 0 since it is already
done in rtr_parse_header(). No need to do it twice.
usr.sbin/bgpd/rtr_proto.c