diff options
| author | Matthias Radestock <matthias@lshift.net> | 2010-05-15 18:51:52 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@lshift.net> | 2010-05-15 18:51:52 +0100 |
| commit | 65bdccc49c12885f50b6db30425f4230513b0f6f (patch) | |
| tree | 0baf7282c777f73c4c19aa0f1a8e045fecb9441a /src | |
| parent | b15fa959d6ee8292763ea0663bfe7cc350f3c26f (diff) | |
| download | rabbitmq-server-git-65bdccc49c12885f50b6db30425f4230513b0f6f.tar.gz | |
minor tweak for consistency
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_msg_store.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_msg_store.erl b/src/rabbit_msg_store.erl index 21f1505804..b799346ce1 100644 --- a/src/rabbit_msg_store.erl +++ b/src/rabbit_msg_store.erl @@ -1596,7 +1596,7 @@ combine_files(#file_summary { file = Source, case DestinationContiguousTop =:= DestinationValid of true -> ok = truncate_and_extend_file( - DestinationHdl, DestinationValid, ExpectedSize); + DestinationHdl, DestinationContiguousTop, ExpectedSize); false -> {DestinationWorkList, DestinationValid} = find_unremoved_messages_in_file(Destination, State), |
