diff options
author | Matthew Sackman <matthew@rabbitmq.com> | 2011-05-23 16:50:48 +0100 |
---|---|---|
committer | Matthew Sackman <matthew@rabbitmq.com> | 2011-05-23 16:50:48 +0100 |
commit | d99801020fa148777d1a3586eab0ea32e9119ab4 (patch) | |
tree | 19a9b9909c3cb598348372e3c2970a32aeb0fca2 | |
parent | cbb2e20ff65999293be4bcbc08bdee588a731435 (diff) | |
download | rabbitmq-server-d99801020fa148777d1a3586eab0ea32e9119ab4.tar.gz |
Add pointer back to bug given the value of the additional commentary in the bug
-rw-r--r-- | src/rabbit_mirror_queue_coordinator.erl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rabbit_mirror_queue_coordinator.erl b/src/rabbit_mirror_queue_coordinator.erl index 96d0e15b..ee849088 100644 --- a/src/rabbit_mirror_queue_coordinator.erl +++ b/src/rabbit_mirror_queue_coordinator.erl @@ -304,6 +304,8 @@ %% the last seen state of the queue: checking length alone is not %% sufficient in this case. %% +%% For more documentation see the comments in bug 23554. +%% %%---------------------------------------------------------------------------- start_link(Queue, GM, DeathFun) -> |