Commit Graph

1 Commits (8752ceef13a3c6478fee54b089fbfea1e3d8313c)

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