diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/MDV/Distribconf/Checks.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MDV/Distribconf/Checks.pm b/lib/MDV/Distribconf/Checks.pm index eaf9d98..078cda9 100644 --- a/lib/MDV/Distribconf/Checks.pm +++ b/lib/MDV/Distribconf/Checks.pm @@ -343,7 +343,7 @@ sub checkdistrib { } } - if ($self->check_global_md5()) { + if (!$self->check_global_md5()) { $error += _report_err( $fhout, 'UNSYNC_MD5', |