Subj : CVS commit src/smblib/smbadd.c To : All From : rswindell Date : Tue Dec 28 2004 08:34 pm src/smblib smbadd.c 1.11 1.12 Update of /cvsroot/sbbs/src/smblib In directory cvs.synchro.net:/tmp/cvs-serv4047 Modified Files: smbadd.c Log Message: Bugfix: smb_addmsg() only trims off body text trailing white-space/ctrl chars for crc32 history calculation. The entire message body text passed-in is used for hash calculations and storage in the msgbase. Should this function trim off trailing white-space before storing (currently handled in higher level functions)? .