CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/05/20 09:29:46
Modified files:
usr.sbin/bgpd : rde.c
Log message:
Adjust last commit, the loop termination was not quite correct.
Set pte to NULL before the inner pt_get loop so that the outer
loop terminates correctly on (!found && pte != NULL).
Since pte is NULL now plen needs to be set earlier as well.
OK tb@
