summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2012-06-14 16:45:24 +0100
committerSimon MacMullen <simon@rabbitmq.com>2012-06-14 16:45:24 +0100
commitc1681d2f066d4935bc1643eb645ec922247d437d (patch)
tree757f39ea9ef3b8cfed9c61af4bccdb68c7bd82ab
parenta2c2b284d45ba13a926215d870ed9a5846f85357 (diff)
downloadrabbitmq-server-bug24939.tar.gz
Strip this out again, we can't make it idempotent and it might just remove the listener records just after we've readded them.bug24939
-rw-r--r--src/rabbit_networking.erl3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/rabbit_networking.erl b/src/rabbit_networking.erl
index 89ec7084..94a5a2b7 100644
--- a/src/rabbit_networking.erl
+++ b/src/rabbit_networking.erl
@@ -117,9 +117,6 @@
%%----------------------------------------------------------------------------
boot() ->
- %% Clear out remnants of old incarnation, in case we restarted
- %% faster than other nodes handled DOWN messages from us.
- on_node_down(node()),
ok = start(),
ok = boot_tcp(),
ok = boot_ssl().