CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/08/22 02:17:54
Modified files:
usr.sbin/bgpctl: parser.c
usr.sbin/bgpd : parse.y
usr.sbin/eigrpd: parse.y
usr.sbin/ldpd : parse.y
Log message:
inet_pton returns 0 and -1 for error.
Adjust the error check that is now wrong after the inet_aton -> inet_pton
conversion.
Noticed by & OK bluhm.
OK tb
