CVSROOT: /cvs Module name: src Changes by: e...@cvs.openbsd.org 2012/08/20 12:18:16
Modified files: usr.sbin/smtpd : control.c stat_backend.c Log message: Do not send more bytes than necessary with IMSG_STAT_*. The INCREMENT and DECREMENT messages just contain the key with the ending zero. For IMSG_STAT_SET, the value is found at the beginning of the message, and the rest is the key. ok gilles@