Author: ab Date: 2004-04-05 17:49:08 +0000 (Mon, 05 Apr 2004) New Revision: 60
Modified: trunk/source/client/smbmount.c trunk/source/include/smb.h trunk/source/libsmb/clientgen.c Log: Fix smbfs problem with Tree Disconnect issued before smbfs starts its work. We use cli_state.smb_rw_error to pass this specific case into cli_close_connection() from smbmount as smb_rw_error can have only selected number of states and it is ignored in cli_close_connection(). Compiled and tested by Lars Mueller from SuSE on x86, x86_64, ppc, ppc64, s390 and s390x. Jerry, I'm not comitting this to SAMBA_3_0 so far. Feel free to replace it with better implementation.
