fish issue
- From: "Andrew V. Samoilov" <andrew email zp ua>
- To: mc-devel gnome org
- Subject: fish issue
- Date: Thu, 28 Oct 2004 14:17:39 +0300 (EEST)
Hello,
--
Regards,
Andrew V. Samoilov.
vfs/ChangeLog:
* fish.c (fish_open_archive_int): Fix missed "%s".
--- mc/vfs/fish.c.sav Thu Oct 7 09:18:41 2004
+++ mc/vfs/fish.c Thu Oct 28 14:14:28 2004
@@ -232,7 +232,7 @@ fish_open_archive_int (struct vfs_class
print_vfs_message (_("fish: Waiting for initial line..."));
if (!vfs_s_get_line (me, SUP.sockr, answer, sizeof (answer), ':'))
ERRNOR (E_PROTO, -1);
- print_vfs_message (answer);
+ print_vfs_message ("%s", answer);
if (strstr (answer, "assword")) {
/* Currently, this does not work. ssh reads passwords from
@@ -252,8 +252,7 @@ fish_open_archive_int (struct vfs_class
g_free (p);
if (op == NULL)
ERRNOR (EPERM, -1);
- SUP.password = g_strdup (op);
- wipe_password (op);
+ SUP.password = op;
}
print_vfs_message (_("fish: Sending password..."));
write (SUP.sockw, SUP.password, strlen (SUP.password));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]