From 5b02b5c34b591b8db32ba0889c0d6c1e7e0010b2 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 24 Aug 2012 16:13:57 +0000 Subject: (_check) remove doble test should have been removed in previous-previous commit r5394 --- urpm/signature.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'urpm') diff --git a/urpm/signature.pm b/urpm/signature.pm index a77a0d6a..7a18985a 100644 --- a/urpm/signature.pm +++ b/urpm/signature.pm @@ -51,7 +51,6 @@ sub _check { $urpm->{log}(N("NOT checking %s\n", $filepath)); next; } - next if defined $medium->{'verify-rpm'} && !$medium->{'verify-rpm'}; my $key_ids = $medium->{'key-ids'} || $urpm->{options}{'key-ids'}; #- check that the key ids of the medium match the key ids of the package. -- cgit v1.2.1