aboutsummaryrefslogtreecommitdiff
path: root/lib/manifest.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/manifest.c')
-rw-r--r--lib/manifest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/manifest.c b/lib/manifest.c
index 1bd90b6..b494969 100644
--- a/lib/manifest.c
+++ b/lib/manifest.c
@@ -443,9 +443,9 @@ Manifest *manifest_read(char *file_or_url) {
if (total_records == 0) {
spmerrno = SPM_ERR_MANIFEST_INVALID;
- } else if (total_records == 1) {
+ }/* else if (total_records == 1) {
spmerrno = SPM_ERR_MANIFEST_EMPTY;
- }
+ }*/
if (spmerrno) {
return NULL;