diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2000-01-31 06:09:06 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2000-01-31 06:09:06 +0000 |
commit | c70d8528fccd50a8af1843e6c8e0da43f56f1f35 (patch) | |
tree | 1f6ac62e48f81a9971fe43f5ca47d7c2baca6be0 /uid.c | |
parent | 42a5271a91208b49b2440bcd5a6367e6bc4f00e4 (diff) | |
download | fetchmail-c70d8528fccd50a8af1843e6c8e0da43f56f1f35.tar.gz fetchmail-c70d8528fccd50a8af1843e6c8e0da43f56f1f35.tar.bz2 fetchmail-c70d8528fccd50a8af1843e6c8e0da43f56f1f35.zip |
Label save closes.
svn path=/trunk/; revision=2723
Diffstat (limited to 'uid.c')
-rw-r--r-- | uid.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -164,7 +164,7 @@ void initialize_saved_lists(struct query *hostlist, const char *idfile) } } } - fclose(tmpfp); + fclose(tmpfp); /* not checking should be safe, mode was "r" */ } if (outlevel >= O_DEBUG) |