Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:12.2:ARM
mc
02_ignore_ftp_chmod_error.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 02_ignore_ftp_chmod_error.patch of Package mc
Index: src/vfs/ftpfs/ftpfs.c =================================================================== --- src/vfs/ftpfs/ftpfs.c.orig +++ src/vfs/ftpfs/ftpfs.c @@ -1987,7 +1987,7 @@ ftpfs_chmod (struct vfs_class *me, const g_snprintf (buf, sizeof (buf), "SITE CHMOD %4.4o /%%s", (int) (mode & 07777)); - ret = ftpfs_send_command (vpath, buf, OPT_FLUSH); + ret = ftpfs_send_command (vpath, buf, OPT_FLUSH | OPT_IGNORE_ERROR); return ftpfs_ignore_chattr_errors ? 0 : ret; }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor