diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2012-12-04 19:57:53 +0000 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2012-12-04 19:57:53 +0000 |
| commit | 278fc54f6ff9250432e140d2a8459a0a39504a05 (patch) | |
| tree | b5cc57d363e61c30e49d3557da1e15cbff6464d2 /src | |
| parent | d2ad8d29513b133ef20fee530fe820e71a8a9c42 (diff) | |
| download | rabbitmq-server-git-278fc54f6ff9250432e140d2a8459a0a39504a05.tar.gz | |
reduce wrongness
Diffstat (limited to 'src')
| -rw-r--r-- | src/gm.erl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gm.erl b/src/gm.erl index 1ee5f61603..2057b1f577 100644 --- a/src/gm.erl +++ b/src/gm.erl @@ -668,8 +668,7 @@ handle_info(flush, State) -> flush_broadcast_buffer(State #state { broadcast_timer = undefined })); handle_info(timeout, State) -> - noreply( - flush_broadcast_buffer(State #state { broadcast_timer = undefined })); + noreply(flush_broadcast_buffer(State)); handle_info({'DOWN', MRef, process, _Pid, Reason}, State = #state { self = Self, |
