From 65e519840c1092897208d4b01981cb72f3a6315d Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 20 Apr 2020 00:15:38 -0400 Subject: Empty manifests are OK here --- lib/manifest.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib') 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; } -- cgit