aboutsummaryrefslogtreecommitdiffstats
path: root/packages/mc/mc-4.6.2/02_ignore_ftp_chmod_error.patch
blob: 6ad176dfa1bd104c0174e05fa65fe8f63dcbfddd (plain)
1
2
3
4
5
6
7
8
9
10
11
--- mc-4.6.2/vfs/ftpfs.c
+++ mc-4.6.2/vfs/ftpfs.c
@@ -1529,7 +1529,7 @@
     char buf[BUF_SMALL];
 
     g_snprintf(buf, sizeof(buf), "SITE CHMOD %4.4o /%%s", mode & 07777);
-    return ftpfs_send_command(me, path, buf, OPT_FLUSH);
+    return ftpfs_send_command(me, path, buf, OPT_FLUSH | OPT_IGNORE_ERROR);
 }
 
 static int ftpfs_chown (struct vfs_class *me, const char *path, int owner, int group)