Commit Graph

1 Commits (8a52a168473f57e0fbcd8de794e9da6529c5ca2a)

Author SHA1 Message Date
Ben Noordhuis d44ce97909 cluster: don't always kill the master on uncaughtException
uncaughtException handlers installed by the user override the default one that
the cluster module installs, the one that kills off the master process.

Fixes #2556.
2012-01-18 00:45:02 +01:00