229 Subj : CVS commit src/smblib/smblib.c To : All From : rswindell Date : Thu Nov 18 2004 12:16 am src/smblib smblib.c 1.122 1.123 Update of /cvsroot/sbbs/src/smblib In directory cvs.synchro.net:/tmp/cvs-serv21417 Modified Files: smblib.c Log Message: smb_unlocksmbhdr() no longer attempts to unlock the base header if it hasn't been previously locked. We call smb_unlocksmbhdr() in a lot of places where it may not actually be locked, in which case it over-writes the smb->last_error string with an unlock failure (needlessly). . 0