diff options
| author | Emile Joubert <emile@rabbitmq.com> | 2013-11-01 16:23:05 +0000 |
|---|---|---|
| committer | Emile Joubert <emile@rabbitmq.com> | 2013-11-01 16:23:05 +0000 |
| commit | 0abea4c4a1ebbf35ec0c45e117730da01112169c (patch) | |
| tree | 7cc1fb37d5bfd9fdc6885842596b2ce41af41ab2 | |
| parent | 7814f339a31050d0db92f2907f06979c08ed22cc (diff) | |
| download | rabbitmq-server-git-0abea4c4a1ebbf35ec0c45e117730da01112169c.tar.gz | |
sp.
| -rw-r--r-- | src/rabbit_mirror_queue_slave.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_mirror_queue_slave.erl b/src/rabbit_mirror_queue_slave.erl index 331b643493..367269694c 100644 --- a/src/rabbit_mirror_queue_slave.erl +++ b/src/rabbit_mirror_queue_slave.erl @@ -668,7 +668,7 @@ forget_sender(Down1, Down2) when Down1 =/= Down2 -> true. %% [1] If another slave goes through confirm_sender_death/1 before we %% do we can get two GM sender_death messages in a row for the same -%% channel - don't treeat that as anything special. +%% channel - don't treat that as anything special. %% Record and process lifetime events from channels. Forget all about a channel %% only when down notifications are received from both the channel and from gm. |
