Subj : CVS commit src/smblib/smblib.c To : All From : rswindell Date : Thu Feb 17 2005 02:54 pm src/smblib smblib.c 1.127 1.128 Update of /cvsroot/sbbs/src/smblib In directory cvs.synchro.net:/tmp/cvs-serv10196 Modified Files: smblib.c Log Message: Bug-fix: only set the reverse_path to the from_net.addr if from_net.type== NET_INTERNET. reverse_path must point to an ASCII string and if from_net.type== NET_FIDO, then reverse_path would point to garbage (binary FTN address). .