From 21703d144c3d0bd28c2fbd1308d9aa4e70f249a1 Mon Sep 17 00:00:00 2001 From: Maxime Besson Date: Fri, 20 Aug 2021 10:57:09 +0200 Subject: [PATCH] Partial revert "Better conf backend errors report" --- lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf.pm index dd8f2b26e..92f555508 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf.pm @@ -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} ) {