6fadebd110
self accept OBS-URL: https://build.opensuse.org/request/show/60422 OBS-URL: https://build.opensuse.org/package/show/Base:System/mc?expand=0&rev=23
14 lines
490 B
Diff
14 lines
490 B
Diff
Index: lib/vfs/mc-vfs/ftpfs.c
|
|
===================================================================
|
|
--- lib/vfs/mc-vfs/ftpfs.c.orig
|
|
+++ lib/vfs/mc-vfs/ftpfs.c
|
|
@@ -1987,7 +1987,7 @@ ftpfs_chmod (struct vfs_class *me, const
|
|
|
|
g_snprintf (buf, sizeof (buf), "SITE CHMOD %4.4o /%%s", mode & 07777);
|
|
|
|
- ret = ftpfs_send_command (me, path, buf, OPT_FLUSH);
|
|
+ ret = ftpfs_send_command (me, path, buf, OPT_FLUSH | OPT_IGNORE_ERROR);
|
|
|
|
return ftpfs_ignore_chattr_errors ? 0 : ret;
|
|
}
|