This is an event that should never happen, therefore it now uses ftp_abort.
chomp $err;
if ($err =~ m/^ERR: (.*)$/) {
# This is bad - we couldn't even execute the gpgv command properly
- guess_uploader_email($text);
- fatal("gpg verify of directive file failed (error executing gpgv): $1",
- 0,'',2);
+ ftp_abort
+ ("gpg verify of directive file failed (error executing gpgv): $1");
}
}
close $gpgv_flag; # child has closed its end one way or another