CVSROOT: /cvs Module name: src Changes by: st...@cvs.openbsd.org 2019/08/13 06:52:41
Modified files: usr.sbin/snmpd : mib.c Log message: snmpd was using ifq_len for ifOutQLen, apart from being the wrong variable for this MIB in the first place, this has now been removed in ifq changes. Since the MIB is marked as deprecated anyway, simply return 0. ok claudio@