CVSROOT: /cvs Module name: src Changes by: mart...@cvs.openbsd.org 2022/08/31 03:19:22
Modified files: usr.sbin/snmpd : application.c Log message: Rewrite the searchrange end calculation routine. The old one had a bug which allowed it to move backwards on overlapping regions and also didn't always returned the optimal end position. OK tb@