Don't print OK or ERROR when dumping config.
Signed-off-by: Jan Vidar Krey <janvidar@extatic.org>
This commit is contained in:
parent
f9e95ec582
commit
76588fb1bd
|
@ -183,6 +183,9 @@ int check_configuration(int dump)
|
|||
puts("");
|
||||
}
|
||||
|
||||
if (dump)
|
||||
return 0;
|
||||
|
||||
if (ret == -1)
|
||||
{
|
||||
fprintf(stderr, "ERROR\n");
|
||||
|
|
Loading…
Reference in New Issue