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 | 7a692dcb3ab460b30423c74785d386c0ff0ed2fe (patch) | |
| tree | 19a9b9909c3cb598348372e3c2970a32aeb0fca2 | |
| parent | d8d15f29478db155af8cc428052cde92573ddb4d (diff) | |
| download | rabbitmq-server-git-7a692dcb3ab460b30423c74785d386c0ff0ed2fe.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 96d0e15b49..ee84908875 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) -> |
