aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2020-04-20 00:15:38 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2020-04-20 01:43:24 -0400
commit65e519840c1092897208d4b01981cb72f3a6315d (patch)
tree20dbc8349b08135ec9cd832a74bb083aecd6023e /lib
parentdb8426d99e493b29c75bfea20b0092c5886913f5 (diff)
downloadspmc-65e519840c1092897208d4b01981cb72f3a6315d.tar.gz
Empty manifests are OK here
Diffstat (limited to 'lib')
-rw-r--r--lib/manifest.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/manifest.c b/lib/manifest.c
index b494969..965665e 100644
--- a/lib/manifest.c
+++ b/lib/manifest.c
@@ -443,11 +443,6 @@ Manifest *manifest_read(char *file_or_url) {
if (total_records == 0) {
spmerrno = SPM_ERR_MANIFEST_INVALID;
- }/* else if (total_records == 1) {
- spmerrno = SPM_ERR_MANIFEST_EMPTY;
- }*/
-
- if (spmerrno) {
return NULL;
}