diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-05-22 21:39:15 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-05-22 21:39:15 +0000 |
commit | 99f3b480230cdc38b91dec08b361a97cc8c13b8d (patch) | |
tree | 09bcc1fe1e1f9d422605ee1bc6561405abc87250 /fetchmail.c | |
parent | e97d69be53c031cf2c52d31eb2063c8bc89aa185 (diff) | |
download | fetchmail-99f3b480230cdc38b91dec08b361a97cc8c13b8d.tar.gz fetchmail-99f3b480230cdc38b91dec08b361a97cc8c13b8d.tar.bz2 fetchmail-99f3b480230cdc38b91dec08b361a97cc8c13b8d.zip |
Gunther Leber's patch.
svn path=/trunk/; revision=1796
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.c b/fetchmail.c index dccf84cf..9d1c3f1e 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -828,7 +828,7 @@ static int load_params(int argc, char **argv, int optind) } /* initialize UID handling */ - if (!versioninfo && (st = prc_filecheck(idfile)) != 0) + if (!versioninfo && (st = prc_filecheck(idfile, !versioninfo)) != 0) exit(st); #ifdef POP3_ENABLE else |