Don't print OK or ERROR when dumping config.

Signed-off-by: Jan Vidar Krey <janvidar@extatic.org>
This commit is contained in:
Jan Vidar Krey 2009-03-20 19:05:25 +01:00
parent f9e95ec582
commit 76588fb1bd
1 changed files with 3 additions and 0 deletions

View File

@ -183,6 +183,9 @@ int check_configuration(int dump)
puts("");
}
if (dump)
return 0;
if (ret == -1)
{
fprintf(stderr, "ERROR\n");