diff options
author | Simon MacMullen <simon@rabbitmq.com> | 2012-06-14 16:45:24 +0100 |
---|---|---|
committer | Simon MacMullen <simon@rabbitmq.com> | 2012-06-14 16:45:24 +0100 |
commit | c1681d2f066d4935bc1643eb645ec922247d437d (patch) | |
tree | 757f39ea9ef3b8cfed9c61af4bccdb68c7bd82ab | |
parent | a2c2b284d45ba13a926215d870ed9a5846f85357 (diff) | |
download | rabbitmq-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.erl | 3 |
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(). |