diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2020-03-30 14:35:34 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2020-03-30 14:36:08 +0200 |
commit | 5462d0010b5f89737ee8cfc35b698d0921104091 (patch) | |
tree | 504c889c593c694acfe135599f97c33da8558e10 | |
parent | 874fde3d6406bf7e64c914dbf3d9e75e58babd21 (diff) | |
download | fetchmail-5462d0010b5f89737ee8cfc35b698d0921104091.tar.gz fetchmail-5462d0010b5f89737ee8cfc35b698d0921104091.tar.bz2 fetchmail-5462d0010b5f89737ee8cfc35b698d0921104091.zip |
uid.c: return PS_SUCCESS on successful read of the idfile.
This was missed in d3d47ccb.
-rw-r--r-- | uid.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -291,6 +291,7 @@ int initialize_saved_lists(struct query *hostlist, const char *idfile) } report_complete(stdout, "\n"); } + return PS_SUCCESS; } /** Assert that all UIDs marked deleted in query \a ctl have actually been |