Fix to allow override of compression set in lrzip.conf

This commit is contained in:
Peter Hyman 2019-06-19 05:36:21 -05:00
parent 67ddcae772
commit 2f012cb3ea
2 changed files with 30 additions and 24 deletions

2
util.c
View file

@ -205,7 +205,7 @@ bool read_config(rzip_control *control)
fprintf(control->msgout, "Using configuration file /etc/lrzip/lrzip.conf\n");
}
if (fp == NULL)
return true;
return false;
/* if we get here, we have a file. read until no more. */