aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2020-03-30 14:35:34 +0200
committerMatthias Andree <matthias.andree@gmx.de>2020-03-30 14:36:08 +0200
commit5462d0010b5f89737ee8cfc35b698d0921104091 (patch)
tree504c889c593c694acfe135599f97c33da8558e10
parent874fde3d6406bf7e64c914dbf3d9e75e58babd21 (diff)
downloadfetchmail-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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/uid.c b/uid.c
index e43d3238..fd7f7429 100644
--- a/uid.c
+++ b/uid.c
@@ -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