Skip to content

Commit

Permalink
Remove long-dead filehandle
Browse files Browse the repository at this point in the history
  • Loading branch information
David Christensen committed Jun 22, 2017
1 parent 242735f commit ca8f368
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Vend/Interpolate.pm
Expand Up @@ -2544,7 +2544,6 @@ sub tag_mail {
}

if (!$ok) {
close MAIL;
$body = substr($body, 0, 2000) if length($body) > 2000;
return error_opt(
"Unable to send mail using %s\n%s",
Expand Down

0 comments on commit ca8f368

Please sign in to comment.