Request to change smbfs behavior

Andrew V. Samoilov sav at bcs.zp.ua
Mon May 21 18:27:52 UTC 2001


Hello!

This is a lost part of the patch:

Index: smbfs.c
===================================================================
RCS file: /home/sav/.cvsroot/mc/vfs/smbfs.c,v
retrieving revision 1.18
diff -u -p -r1.18 smbfs.c
--- smbfs.c	2001/04/09 12:18:28	1.18
+++ smbfs.c	2001/05/21 16:05:51
@@ -1066,6 +1054,8 @@ do_connect (char *server, char *share)
 			       current_bucket->domain)) {
 		my_errno = cli_error(c, NULL, &err, NULL);
 		DEBUG(1,("session setup failed: %s\n", cli_errstr(c)));
+		cli_shutdown(c);
+		authinfo_remove (server, share);
 		return NULL;
 	}
 




More information about the mc-devel mailing list