diff options
| author | Matthew Sackman <matthew@lshift.net> | 2010-05-19 16:21:16 +0100 |
|---|---|---|
| committer | Matthew Sackman <matthew@lshift.net> | 2010-05-19 16:21:16 +0100 |
| commit | 5846f38afb6eeabf4a9c3f63fc4fe9dce34a21f6 (patch) | |
| tree | 693c45cd027a92247622ae81cdba643ad7093b5c /src | |
| parent | d7b87754b8b7ec01e8d4586f754bb6a5636b9a50 (diff) | |
| download | rabbitmq-server-git-5846f38afb6eeabf4a9c3f63fc4fe9dce34a21f6.tar.gz | |
cosmetic
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_queue_index.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_queue_index.erl b/src/rabbit_queue_index.erl index e02483ef93..7aaf28578a 100644 --- a/src/rabbit_queue_index.erl +++ b/src/rabbit_queue_index.erl @@ -404,7 +404,7 @@ init_clean(RecoveredCounts, State) -> lists:foldl( fun ({Seg, UnackedCount}, SegmentsN) -> Segment = segment_find_or_new(Seg, Dir, SegmentsN), - segment_store(Segment #segment {unacked = UnackedCount }, + segment_store(Segment #segment { unacked = UnackedCount }, SegmentsN) end, Segments, RecoveredCounts), %% the counts above include transient messages, which would be the |
