Commit 88accfe6 authored by Richard Levitte's avatar Richard Levitte
Browse files

Configure death handler: remember to call original death handler

parent 1a6c3002
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2731,6 +2731,7 @@ Please read INSTALL and associated NOTES files. You may also have to look over
your available compiler tool chain or change your configuration.

_____
    $orig_death_handler->(@_) if defined $orig_death_handler;
}

# Configuration file reading #########################################