diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2000-01-03 22:59:49 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2000-01-03 22:59:49 +0000 |
commit | c17733b805fa9ad9692ee0115a5e7b5b62570e09 (patch) | |
tree | b0b0938178fe1ceeb41ae5b0ab73cff2c55dbd88 /rcfile_y.y | |
parent | 176a6b8b9b157d4bb93c38c0f2af34cc4656950a (diff) | |
download | fetchmail-c17733b805fa9ad9692ee0115a5e7b5b62570e09.tar.gz fetchmail-c17733b805fa9ad9692ee0115a5e7b5b62570e09.tar.bz2 fetchmail-c17733b805fa9ad9692ee0115a5e7b5b62570e09.zip |
Cleanup patches from Gunther Leber.
svn path=/trunk/; revision=2699
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) { |