Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix on exit handlers #1364

Merged
merged 1 commit into from
Feb 26, 2016
Merged

Fix on exit handlers #1364

merged 1 commit into from
Feb 26, 2016

Conversation

smfreegard
Copy link
Collaborator

This fixes a pretty serious bug.

Currently when running under 'cluster' (as everybody should be) and a plugin crashes the Haraka worker, the child will not be respawned by the master like it should be as the master thinks the child exited cleanly.

This patch passes back the original exit code so that the child is correctly respawned.

baudehlo added a commit that referenced this pull request Feb 26, 2016
@baudehlo baudehlo merged commit cf76f66 into haraka:master Feb 26, 2016
@msimerson msimerson mentioned this pull request Mar 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants