aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_y.y
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2000-01-31 06:09:06 +0000
committerEric S. Raymond <esr@thyrsus.com>2000-01-31 06:09:06 +0000
commitc70d8528fccd50a8af1843e6c8e0da43f56f1f35 (patch)
tree1f6ac62e48f81a9971fe43f5ca47d7c2baca6be0 /rcfile_y.y
parent42a5271a91208b49b2440bcd5a6367e6bc4f00e4 (diff)
downloadfetchmail-c70d8528fccd50a8af1843e6c8e0da43f56f1f35.tar.gz
fetchmail-c70d8528fccd50a8af1843e6c8e0da43f56f1f35.tar.bz2
fetchmail-c70d8528fccd50a8af1843e6c8e0da43f56f1f35.zip
Label save closes.
svn path=/trunk/; revision=2723
Diffstat (limited to 'rcfile_y.y')
-rw-r--r--rcfile_y.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/rcfile_y.y b/rcfile_y.y
index 525a38d5..554aaaa0 100644
--- a/rcfile_y.y
+++ b/rcfile_y.y
@@ -451,7 +451,7 @@ int prc_parse_file (const char *pathname, const flag securecheck)
yyparse(); /* parse entire file */
- fclose(yyin);
+ fclose(yyin); /* not checking this should be safe, file mode was r */
if (prc_errflag)
return(PS_SYNTAX);