CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/09/14 05:15:25
Modified files:
usr.sbin/smtpd : spfwalk.c
Log message:
All buffers are in rw-memory, but lookup_record has it defined as
const char *. Remove the const so things compile a little cleaner.
Pointer out by Mark Patruck <mark <at> wrapped <dot> cx>. Thanks
