diff options
Diffstat (limited to 'rcfile_y.y')
-rw-r--r-- | rcfile_y.y | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -388,7 +388,7 @@ int prc_filecheck(const char *pathname, const flag securecheck) } } - if (!securecheck) return 0; + if (!securecheck) return PS_SUCCESS; if ((statbuf.st_mode & S_IFLNK) == S_IFLNK) { |