Skip to content

Commit

Permalink
Bug 1155009: Cache::Memcached causes email_in.pl to stop working
Browse files Browse the repository at this point in the history
r/a=glob
  • Loading branch information
LpSolit committed May 18, 2015
1 parent 3ff9b3e commit 2102acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion email_in.pl
Expand Up @@ -466,7 +466,7 @@ sub die_handler {

# If this is inside an eval, then we should just act like...we're
# in an eval (instead of printing the error and exiting).
die(@_) if $^S;
die @_ if ($^S // Bugzilla::Error::_in_eval());

# We can't depend on the MTA to send an error message, so we have
# to generate one properly.
Expand Down

0 comments on commit 2102acc

Please sign in to comment.