summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2012-10-22 11:56:18 +0100
committerSimon MacMullen <simon@rabbitmq.com>2012-10-22 11:56:18 +0100
commitd8ba5e7f71c95eb1bef2a369cf7c994028a46106 (patch)
treefb5c732a5c39cbe2893e185fa2813cd88f904bb8
parentaedd8277d5b5a997aa0053e7e3f0275410deafb8 (diff)
downloadrabbitmq-server-d8ba5e7f71c95eb1bef2a369cf7c994028a46106.tar.gz
Wow, I think that's the stupidest thing I ever did. Added to test bug 25205, then accidentally committed.
-rw-r--r--src/rabbit.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rabbit.erl b/src/rabbit.erl
index ae73ebc8..69f77824 100644
--- a/src/rabbit.erl
+++ b/src/rabbit.erl
@@ -303,7 +303,6 @@ start() ->
ok = ensure_working_log_handlers(),
rabbit_node_monitor:prepare_cluster_status_files(),
rabbit_mnesia:check_cluster_consistency(),
- exit(bang),
ok = app_utils:start_applications(
app_startup_order(), fun handle_app_error/2),
ok = print_plugin_info(rabbit_plugins:active())