CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/01/14 11:56:55
Modified files:
usr.sbin/smtpd : mta.c
Log message:
Check whether a string from imsg is empty by dereferencing the char*
rather than using strlen. That way we don't have to walk through the
entire string.
ok sunnil@
