From: Jacob Bachmeyer Date: Thu, 27 Oct 2022 05:01:10 +0000 (-0500) Subject: Remove other call to guess_uploader_email in read_directive_file X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=5ea1765a6f8e8f19e44b81115ea4669e06727c4d;p=gatekeeper.git Remove other call to guess_uploader_email in read_directive_file The directive has already been parsed and this call is useless here. --- diff --git a/gatekeeper.pl b/gatekeeper.pl index 3db6fc7..e289189 100755 --- a/gatekeeper.pl +++ b/gatekeeper.pl @@ -1979,7 +1979,6 @@ sub read_directive_file { my $result = verify_clearsigned_message($directive_file_contents, @keyrings); if ($result->{exitcode} != 0 || defined $result->{TILT}) { - guess_uploader_email($directive_file_contents); fatal("gpg verify of directive file failed",1,'',2); }