mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-02 23:31:34 +01:00
14 lines
295 B
Diff
14 lines
295 B
Diff
--- utils/mount/mount.c Wed Apr 8 09:25:26 2009
|
|
+++ utils/mount/mount.c Wed Apr 8 09:25:26 2009
|
|
@@ -407,10 +407,6 @@
|
|
mount_error(NULL, mount_point, ENOTDIR);
|
|
return 1;
|
|
}
|
|
- if (access(mount_point, X_OK) < 0) {
|
|
- mount_error(NULL, mount_point, errno);
|
|
- return 1;
|
|
- }
|
|
|
|
return 0;
|
|
}
|