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 | 8e5f134a0f9ec865b0df97114681307efca3f5f5 (patch) | |
| tree | 757f39ea9ef3b8cfed9c61af4bccdb68c7bd82ab | |
| parent | 0c10e5b525a1cbd49f6710d7441feb53ba549401 (diff) | |
| download | rabbitmq-server-git-8e5f134a0f9ec865b0df97114681307efca3f5f5.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.
| -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 89ec7084a7..94a5a2b79d 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(). |
