Re: Request to change smbfs behavior
- From: "Andrew V. Samoilov" <sav bcs zp ua>
- To: mc-devel gnome org, mc gnome org
- Subject: Re: Request to change smbfs behavior
- Date: Mon, 21 May 2001 21:27:52 +0300
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;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]