CVSROOT: /cvs Module name: src Changes by: mart...@cvs.openbsd.org 2020/05/10 15:14:30
Modified files: usr.bin/snmp : snmpc.c Log message: Initialize a couple of variables to shut up gcc, which apparently isn't smart enough to see that there is a proper check in place to prevent uninitialized usage. OK deraadt@