degesch: clean up
Caught by Coverity, however it is quite harmless.
This commit is contained in:
parent
568f9b7123
commit
6cee7159f2
|
@ -13090,7 +13090,7 @@ load_configuration (struct app_context *ctx)
|
|||
{
|
||||
log_global_error (ctx, "Cannot load configuration: #s", e->message);
|
||||
log_global_error (ctx,
|
||||
"Please either fix the configuration file or remove it", filename);
|
||||
"Please either fix the configuration file or remove it");
|
||||
error_free (e);
|
||||
exit (EXIT_FAILURE);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue