diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2013-12-05 16:01:35 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2013-12-05 16:01:35 +0000 |
| commit | 160092e8eab3b9e7eca59cf9ce30ca9f25fc1d5b (patch) | |
| tree | ecf7f8b28c8c00c9aac8bc664512551ca40a4bd7 /ebin | |
| parent | 9e4a5706ab1abfdce9f2e3b84de4d17d5d4aef17 (diff) | |
| parent | 83fc59eae51889459dd53b5e4ebcff62e7bbb1c3 (diff) | |
| download | rabbitmq-server-git-160092e8eab3b9e7eca59cf9ce30ca9f25fc1d5b.tar.gz | |
Merge bug22525
Diffstat (limited to 'ebin')
| -rw-r--r-- | ebin/rabbit_app.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in index 0254bb21b0..29f06e7920 100644 --- a/ebin/rabbit_app.in +++ b/ebin/rabbit_app.in @@ -53,6 +53,7 @@ {nodelay, true}, {linger, {true, 0}}, {exit_on_close, false}]}, + {halt_on_upgrade_failure, true}, {hipe_compile, false}, %% see bug 24513 for how this list was created {hipe_modules, |
