Partial revert "Better conf backend errors report"

This commit is contained in:
Maxime Besson 2021-08-20 10:57:09 +02:00
parent 78974e23bc
commit 21703d144c

View File

@ -119,7 +119,6 @@ sub saveConf {
my ( $self, $conf, %args ) = @_;
my $last = $self->lastCfg;
return UNKNOWN_ERROR if $last < 1;
# If configuration was modified, return an error
if ( not $args{force} ) {