CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/11/03 08:41:21
Modified files:
usr.sbin/bgpd : parse.y
Log message:
Fix pointer inserted by insert_rtr()
insert_rtr() gets an rtr_config pointer passed in but for some reason
hangs the global currtr off the conf's SIMPLEQ rather than the argument
passed in. While this currently doesn't make a difference since both
callers do insert_rtr(currtr), this is confusing.
Might fix CID 492328 or it might not.
ok claudio
