diff options
| author | Michael Klishin <michael@clojurewerkz.org> | 2018-09-17 10:31:10 +0200 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2018-09-17 10:31:10 +0200 |
| commit | 7a0c8b6f95067446c51b9e1d2eba21d655e41503 (patch) | |
| tree | 493c5e2b04ff46384a9181cf9f0de15d83261599 /src | |
| parent | d6e126564d97221cf8c0158eb4406b09852c459f (diff) | |
| download | rabbitmq-server-git-7a0c8b6f95067446c51b9e1d2eba21d655e41503.tar.gz | |
Clarify
Diffstat (limited to 'src')
| -rw-r--r-- | src/pg_local.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pg_local.erl b/src/pg_local.erl index 5ecace52ac..0ed7e9d85d 100644 --- a/src/pg_local.erl +++ b/src/pg_local.erl @@ -162,7 +162,7 @@ member_died(Ref, Pid) -> [{{ref, Ref}, Pid}] -> leave_all_groups(Pid); %% in case the key has already been removed - %% we can perform the lookup using the valuee from the DOWN message + %% we can clean up using the value from the DOWN message _ -> leave_all_groups(Pid) end, |
